aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 3b83fe7bfe60..1f265ffe7e63 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -492,6 +492,7 @@ struct cifsLockInfo {
492 struct list_head llist; /* pointer to next cifsLockInfo */ 492 struct list_head llist; /* pointer to next cifsLockInfo */
493 __u64 offset; 493 __u64 offset;
494 __u64 length; 494 __u64 length;
495 __u32 pid;
495 __u8 type; 496 __u8 type;
496}; 497};
497 498