9p: Make sure we are able to clunk the cached fid on umount
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 29 Mar 2010 23:13:59 +0000 (18:13 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 5 Apr 2010 15:37:36 +0000 (10:37 -0500)
commit6d96d3ab7aea5f0e75205a0c97f8d1fdf82c5287
treea4dfa0472e2e670de1da7e7c0905da12d4608ab4
parentd994f4058d9f9be7e44529b55fc6be6552901ead
9p: Make sure we are able to clunk the cached fid on umount

dcache prune happen on umount. So we cannot mark the client
satus disconnect. That will prevent a 9p call to the server

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/v9fs.c
fs/9p/v9fs.h
fs/9p/vfs_super.c
include/net/9p/client.h
net/9p/client.c