vfs: improve comment describing fget_light()
authorTony Battersby <tonyb@cybernetics.com>
Wed, 11 Aug 2010 01:01:29 +0000 (18:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:02 +0000 (08:59 -0700)
commit58939473bacf08e7e7346673c6d70bc367bd091a
tree0ccf46d1b52f4ff7ec09017f174364b63fe64d70
parent5a19ae4bb003a428b9c8367daf05eed5029dc4cd
vfs: improve comment describing fget_light()

Improve the description of fget_light(), which is currently incorrect
about needing a prior refcnt (judging by the way it is actually used).

Signed-off-by: Tony Battersby <tonyb@cybernetics.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/file_table.c