From: Trond Myklebust Date: Sun, 1 Aug 2010 17:40:40 +0000 (-0400) Subject: NFS: Fix a typo in include/linux/nfs_fs.h X-Git-Tag: v2.6.35~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a63f3d1e0a3e7ede8d10f569e8481b13ff47c5;p=pandora-kernel.git NFS: Fix a typo in include/linux/nfs_fs.h nfs_commit_inode() needs to be defined irrespectively of whether or not we are supporting NFSv3 and NFSv4. Allow the compiler to optimise away code in the NFSv2-only case by converting it into an inlined stub function. Reported-and-tested-by: Ingo Molnar Signed-off-by: Trond Myklebust Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed