mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
nfsd4: remove some redundant comments
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
2c44a23471
commit
c383747ef6
@ -4432,17 +4432,11 @@ nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
|
|||||||
locku->lu_length);
|
locku->lu_length);
|
||||||
nfs4_transform_lock_offset(file_lock);
|
nfs4_transform_lock_offset(file_lock);
|
||||||
|
|
||||||
/*
|
|
||||||
* Try to unlock the file in the VFS.
|
|
||||||
*/
|
|
||||||
err = vfs_lock_file(filp, F_SETLK, file_lock, NULL);
|
err = vfs_lock_file(filp, F_SETLK, file_lock, NULL);
|
||||||
if (err) {
|
if (err) {
|
||||||
dprintk("NFSD: nfs4_locku: vfs_lock_file failed!\n");
|
dprintk("NFSD: nfs4_locku: vfs_lock_file failed!\n");
|
||||||
goto out_nfserr;
|
goto out_nfserr;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
* OK, unlock succeeded; the only thing left to do is update the stateid.
|
|
||||||
*/
|
|
||||||
update_stateid(&stp->st_stid.sc_stateid);
|
update_stateid(&stp->st_stid.sc_stateid);
|
||||||
memcpy(&locku->lu_stateid, &stp->st_stid.sc_stateid, sizeof(stateid_t));
|
memcpy(&locku->lu_stateid, &stp->st_stid.sc_stateid, sizeof(stateid_t));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user