commit | 567d98292e81033182e3da4c33b41ada9c113447 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@cse.unsw.edu.au> | Thu Jun 23 22:02:53 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri Jun 24 00:06:28 2005 -0700 |
tree | 21319e7fb48cd374e917d0557cf7601d35187282 | |
parent | 4a6e43e6d4e43723699879f421d321e39eab5e41 [diff] |
[PATCH] nfsd4: don't reopen for delegated client We don't really need to be doing a separate open for every stateid. And in the case of an open from a client that already has a delegation on a file, it unnecessarily results in a delegation recall. 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>