[LinuxPPS] 9p: fix build breakage introduced by FS-Cache
gitweb.enneenne.com Git - linuxpps/rss log: David Howells <>
webmaster at enneenne.com
Wed Dec 2 18:15:53 CET 2009
9p: fix build breakage introduced by FS-Cache
While building 2.6.32-rc8-git2 for Fedora I noticed the following thinko
in commit 201a15428bd54f83eccec8b7c64a04b8f9431204 ("FS-Cache: Handle
pages pending storage that get evicted under OOM conditions"):
fs/9p/cache.c: In function '__v9fs_fscache_release_page':
fs/9p/cache.c:346: error: 'vnode' undeclared (first use in this function)
fs/9p/cache.c:346: error: (Each undeclared identifier is reported only once
fs/9p/cache.c:346: error: for each function it appears in.)
make[2]: *** [fs/9p/cache.o] Error 1
Fix the 9P filesystem to correctly construct the argument to
fscache_maybe_release_page().
Signed-off-by: Kyle McMartin <kyle at redhat.com>
Signed-off-by: Xiaotian Feng <dfeng at redhat.com> [from identical patch]
Signed-off-by: Stefan Lippers-Hollmann <s.l-h at gmx.de> [from identical patch]
Signed-off-by: David Howells <dhowells at redhat.com>
Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
* [[D][1][H][2]] fs/9p/cache.c
[1]: http://gitweb.enneenne.com/?p=linuxpps;a=blobdiff;f=fs/9p/cache.c;fp=fs/9p/cache.c;h=e777961939f3e6ed0354560c3e256247f6d24f66;hp=bcc5357a906987147269ba9c020ba6ed642a9ec9;hb=6f054164322bc6c1233402b9ed6b40d4af39a98f;hpb=29e553631b2a0d4eebd23db630572e1027a9967a (diff)
[2]: http://gitweb.enneenne.com/?p=linuxpps;a=history;f=fs/9p/cache.c;h=6f054164322bc6c1233402b9ed6b40d4af39a98f (history)
URL: http://gitweb.enneenne.com/?p=linuxpps;a=commitdiff;h=6f054164322bc6c1233402b9ed6b40d4af39a98f
More information about the LinuxPPS
mailing list