[PATCH] fs/nfs/direct.c compile fix
commit166f00bf649517bb377b23e668b3fd52497f63d0
authorChris Wright <chrisw@sous-sol.org>
Thu, 2 Mar 2006 07:19:25 +0000 (1 23:19 -0800)
committerChris Wright <chrisw@sous-sol.org>
Sun, 5 Mar 2006 19:07:18 +0000 (5 11:07 -0800)
treebe263c46a67cfb21b0dc4089cc7a52db36f28181
parente8dc2c9e3c9ca640742630481329abb727f2dc6b
[PATCH] fs/nfs/direct.c compile fix

Compile fix:

fs/nfs/direct.c: In function 'nfs_get_user_pages':
fs/nfs/direct.c:110: warning: implicit declaration of function 'nfs_free_user_pages'
fs/nfs/direct.c: At top level:
fs/nfs/direct.c:127: warning: conflicting types for 'nfs_free_user_pages'
fs/nfs/direct.c:127: error: static declaration of 'nfs_free_user_pages' follows non-static declaration
fs/nfs/direct.c:110: error: previous implicit declaration of 'nfs_free_user_pages' was here

This should now be the same as fix that's going upstream.

Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no>
fs/nfs/direct.c