git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a63ecd8
)
NFS: Fix a typo in include/linux/nfs_fs.h
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sun, 1 Aug 2010 17:40:40 +0000
(13:40 -0400)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 1 Aug 2010 22:10:01 +0000
(15:10 -0700)
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 <mingo@elte.hu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found