[PATCH] nfsd4: comment indentation
Yeah, it's trivial, but this drives me up the wall.... 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>
This commit is contained in:
committed by
Linus Torvalds
parent
3751517731
commit
893f87701c
@@ -2704,11 +2704,11 @@ nfsd4_lock(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_lock
|
|||||||
nfs4_lock_state();
|
nfs4_lock_state();
|
||||||
|
|
||||||
if (lock->lk_is_new) {
|
if (lock->lk_is_new) {
|
||||||
/*
|
/*
|
||||||
* Client indicates that this is a new lockowner.
|
* Client indicates that this is a new lockowner.
|
||||||
* Use open owner and open stateid to create lock owner and lock
|
* Use open owner and open stateid to create lock owner and
|
||||||
* stateid.
|
* lock stateid.
|
||||||
*/
|
*/
|
||||||
struct nfs4_stateid *open_stp = NULL;
|
struct nfs4_stateid *open_stp = NULL;
|
||||||
struct nfs4_file *fp;
|
struct nfs4_file *fp;
|
||||||
|
|
||||||
@@ -2842,10 +2842,10 @@ conflicting_lock:
|
|||||||
out_destroy_new_stateid:
|
out_destroy_new_stateid:
|
||||||
if (lock->lk_is_new) {
|
if (lock->lk_is_new) {
|
||||||
dprintk("NFSD: nfsd4_lock: destroy new stateid!\n");
|
dprintk("NFSD: nfsd4_lock: destroy new stateid!\n");
|
||||||
/*
|
/*
|
||||||
* An error encountered after instantiation of the new
|
* An error encountered after instantiation of the new
|
||||||
* stateid has forced us to destroy it.
|
* stateid has forced us to destroy it.
|
||||||
*/
|
*/
|
||||||
if (!seqid_mutating_err(status))
|
if (!seqid_mutating_err(status))
|
||||||
open_sop->so_seqid--;
|
open_sop->so_seqid--;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user