ChangeSet 1.2319, 2005/03/31 09:01:15-08:00, [EMAIL PROTECTED]

        [PATCH] nfsd4: remove trailing whitespace from nfs4proc.c
        
        Trivial whitespace
        
        Signed-off-by: J. Bruce Fields <[EMAIL PROTECTED]>
        Signed-off-by: Neil Brown <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 nfs4proc.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


diff -Nru a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c
--- a/fs/nfsd/nfs4proc.c        2005-03-31 10:32:16 -08:00
+++ b/fs/nfsd/nfs4proc.c        2005-03-31 10:32:16 -08:00
@@ -200,8 +200,8 @@
        if (open->op_claim_type == NFS4_OPEN_CLAIM_NULL) {
        /*
         * This block of code will (1) set CURRENT_FH to the file being opened,
-        * creating it if necessary, (2) set open->op_cinfo, 
-        * (3) set open->op_truncate if the file is to be truncated 
+        * creating it if necessary, (2) set open->op_cinfo,
+        * (3) set open->op_truncate if the file is to be truncated
         * after opening, (4) do permission checking.
         */
                status = do_open_lookup(rqstp, current_fh, open);
@@ -573,8 +573,8 @@
        status = nfs_ok;
        if (setattr->sa_iattr.ia_valid & ATTR_SIZE) {
                nfs4_lock_state();
-               if ((status = nfs4_preprocess_stateid_op(current_fh, 
-                                               &setattr->sa_stateid, 
+               if ((status = nfs4_preprocess_stateid_op(current_fh,
+                                               &setattr->sa_stateid,
                                                CHECK_FH | WR_STATE, NULL))) {
                        dprintk("NFSD: nfsd4_setattr: couldn't process 
stateid!\n");
                        goto out_unlock;
@@ -609,7 +609,7 @@
                return nfserr_inval;
 
        nfs4_lock_state();
-       if ((status = nfs4_preprocess_stateid_op(current_fh, stateid, 
+       if ((status = nfs4_preprocess_stateid_op(current_fh, stateid,
                                        CHECK_FH | WR_STATE, &filp))) {
                dprintk("NFSD: nfsd4_write: couldn't process stateid!\n");
                goto out;
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to