aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2007-11-16 18:05:52 -0500
committerSteve French <sfrench@us.ibm.com>2007-11-16 18:05:52 -0500
commit8840dee9dc53883883c321d2811e9f87700d9350 (patch)
treeb1d66f2312f730bcda50d2aa857ff389d93ac4a7 /fs/cifs/file.c
parentd6c2e4d02b72d8ae63784bdc57cfa285128de211 (diff)
[CIFS] minor checkpatch cleanup
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/file.c')
-rw-r--r--fs/cifs/file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c
index 82326d2142e7..802564196510 100644
--- a/fs/cifs/file.c
+++ b/fs/cifs/file.c
@@ -1087,11 +1087,11 @@ refind_writable:
1087 read_unlock(&GlobalSMBSeslock); 1087 read_unlock(&GlobalSMBSeslock);
1088 return open_file; 1088 return open_file;
1089 } 1089 }
1090 1090
1091 read_unlock(&GlobalSMBSeslock); 1091 read_unlock(&GlobalSMBSeslock);
1092 /* Had to unlock since following call can block */ 1092 /* Had to unlock since following call can block */
1093 rc = cifs_reopen_file(open_file->pfile, FALSE); 1093 rc = cifs_reopen_file(open_file->pfile, FALSE);
1094 if (!rc) { 1094 if (!rc) {
1095 if (!open_file->closePend) 1095 if (!open_file->closePend)
1096 return open_file; 1096 return open_file;
1097 else { /* start over in case this was deleted */ 1097 else { /* start over in case this was deleted */
@@ -1114,7 +1114,7 @@ refind_writable:
1114 /* can not use this handle, no write 1114 /* can not use this handle, no write
1115 pending on this one after all */ 1115 pending on this one after all */
1116 atomic_dec(&open_file->wrtPending); 1116 atomic_dec(&open_file->wrtPending);
1117 1117
1118 if (open_file->closePend) /* list could have changed */ 1118 if (open_file->closePend) /* list could have changed */
1119 goto refind_writable; 1119 goto refind_writable;
1120 /* else we simply continue to the next entry. Thus 1120 /* else we simply continue to the next entry. Thus