]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0b2b8385b0a84ee6744fa105adb90f125b7a1471
treea4dfa0472e2e670de1da7e7c0905da12d4608ab4
parent3002b4df04bc820d86b4eccf174eb24ee81f9cb4
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