projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67010fb
)
[PATCH] cifs: missing semicolon from previous fix
author
Steve French
<smfrench@austin.rr.com>
Fri, 29 Apr 2005 05:41:09 +0000
(22:41 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Fri, 29 Apr 2005 05:41:09 +0000
(22:41 -0700)
Signed-off-by: Steve French (sfrench@us.ibm.com)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/cifs/cifsglob.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/cifsglob.h
b/fs/cifs/cifsglob.h
index 8fc0801f8457222c72ffc82dce4301f094ded654..81babab265e1a31fcad6c97429fadc8d052890fd 100644
(file)
--- a/
fs/cifs/cifsglob.h
+++ b/
fs/cifs/cifsglob.h
@@
-321,7
+321,7
@@
struct mid_q_entry {
__u8 command; /* smb command code */
unsigned multiPart:1; /* multiple responses to one SMB request */
unsigned largeBuf:1; /* if valid response, is pointer to large buf */
- unsigned multiResp:1
/* multiple trans2 responses for one request */
+ unsigned multiResp:1
;
/* multiple trans2 responses for one request */
};
struct oplock_q_entry {