commit | e20fcf1e6586ff1620adc345ad2a93d5ee5def59 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Thu Jul 10 14:07:27 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Jul 10 15:05:26 2014 -0400 |
tree | b34b7459d45443731931c3f2e58580fe8b2b0521 | |
parent | de18643dce70e0d7c3dbccb5d2c8f17f04bc24a6 [diff] |
nfsd: clean up helper __release_lock_stateid Use filp_close instead of open coding. filp_close does a bit more than just release the locks and put the filp. It also calls ->flush and dnotify_flush, both of which should be done here anyway. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: Jeff Layton <jlayton@primarydata.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: J. Bruce Fields <bfields@redhat.com>