]> bbs.cooldavid.org Git - net-next-2.6.git/commit
9p: Check for NULL fid in v9fs_dir_release()
authorjvrao <jvrao@linux.vnet.ibm.com>
Wed, 25 Aug 2010 16:26:21 +0000 (16:26 +0000)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 13 Sep 2010 13:13:03 +0000 (08:13 -0500)
commit62726a7ab3a6a3624256172af055ff0a38c6ffa2
treefea6290c7232a1cbf9d144419a36ef62aaa04cdb
parent5c25f347a7b00b2ebe0a55c4a3cfe4c3e1e8725e
9p: Check for NULL fid in v9fs_dir_release()

NULL fid should be handled in cases where we endup calling v9fs_dir_release()
before even we instantiate the fid in filp.

Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/vfs_dir.c