commit | 30c0e1ef0a8a6cab4e0f9357698c81a2f7f73cc5 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Aug 17 18:46:33 2010 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Aug 26 13:20:51 2010 -0400 |
tree | 3bccc5ba7e8dff301f8dd4536158306d9261244d | |
parent | 998db52c03cd293d16a457f1b396cea932244147 [diff] |
nfsd4: bad BUG() in preprocess_stateid_op It's OK for this function to return without setting filp--we do it in the special-stateid case. And there's a legitimate case where we can hit this, since we do permit reads on write-only stateid's. Signed-off-by: J. Bruce Fields <bfields@redhat.com>