]> Git Repo - linux.git/commit
net: change type of virtio_chan->p9_max_pages
authorZhang Yanfei <[email protected]>
Sat, 23 Feb 2013 00:35:49 +0000 (16:35 -0800)
committerLinus Torvalds <[email protected]>
Sun, 24 Feb 2013 01:50:22 +0000 (17:50 -0800)
commit7293bfba03e8283e29558c20aee279642f619c43
tree4bc7c7ed692cfe0b714cdef3e257ce6f791f4751
parentb21e0b90ccb99a377bce0167fed1e881bb5065d7
net: change type of virtio_chan->p9_max_pages

This member of struct virtio_chan is calculated from nr_free_buffer_pages
so change its type to unsigned long in case of overflow.

Signed-off-by: Zhang Yanfei <[email protected]>
Cc: David Miller <[email protected]>
Cc: Eric Van Hensbergen <[email protected]>
Cc: Ron Minnich <[email protected]>
Cc: Latchesar Ionkov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
net/9p/trans_virtio.c
This page took 0.052688 seconds and 4 git commands to generate.