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:
b3c52da
)
[PATCH] NFS: Fix Oopsable/unnecessary i_count manipulations in nfs_wait_on_inode()
author
Trond Myklebust
<trond.myklebust@fys.uio.no>
Mon, 17 Oct 2005 10:03:23 +0000
(06:03 -0400)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 17 Oct 2005 21:47:16 +0000
(14:47 -0700)
Oopsable since nfs_wait_on_inode() can get called as part of iput_final().
Unnecessary since the caller had better be damned sure that the inode won't
disappear from underneath it anyway.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found