commit | 7e06b7f9e9537cb826f3cff95816fc4384b67806 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@cse.unsw.edu.au> | Thu Jun 23 22:03:13 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri Jun 24 00:06:30 2005 -0700 |
tree | b6f41e8c458756da5ccf82e075c76b1be329959b | |
parent | 46be925fa6f4796e732e16a020fa0ef9d48ea7c8 [diff] |
[PATCH] knfsd: nfs4: hold filp while reading or writing We're trying to read and write from a struct file that we may not hold a reference to any more (since a close could be processed as soon as we drop the state lock). Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>