aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/ceph_fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ceph/ceph_fs.h b/include/linux/ceph/ceph_fs.h
index 35f345f7b3a3..5f6db18d72e8 100644
--- a/include/linux/ceph/ceph_fs.h
+++ b/include/linux/ceph/ceph_fs.h
@@ -421,8 +421,8 @@ union ceph_mds_request_args {
421 struct { 421 struct {
422 __u8 rule; /* currently fcntl or flock */ 422 __u8 rule; /* currently fcntl or flock */
423 __u8 type; /* shared, exclusive, remove*/ 423 __u8 type; /* shared, exclusive, remove*/
424 __le64 owner; /* owner of the lock */
424 __le64 pid; /* process id requesting the lock */ 425 __le64 pid; /* process id requesting the lock */
425 __le64 pid_namespace;
426 __le64 start; /* initial location to lock */ 426 __le64 start; /* initial location to lock */
427 __le64 length; /* num bytes to lock from start */ 427 __le64 length; /* num bytes to lock from start */
428 __u8 wait; /* will caller wait for lock to become available? */ 428 __u8 wait; /* will caller wait for lock to become available? */
@@ -533,8 +533,8 @@ struct ceph_filelock {
533 __le64 start;/* file offset to start lock at */ 533 __le64 start;/* file offset to start lock at */
534 __le64 length; /* num bytes to lock; 0 for all following start */ 534 __le64 length; /* num bytes to lock; 0 for all following start */
535 __le64 client; /* which client holds the lock */ 535 __le64 client; /* which client holds the lock */
536 __le64 owner; /* owner the lock */
536 __le64 pid; /* process id holding the lock on the client */ 537 __le64 pid; /* process id holding the lock on the client */
537 __le64 pid_namespace;
538 __u8 type; /* shared lock, exclusive lock, or unlock */ 538 __u8 type; /* shared lock, exclusive lock, or unlock */
539} __attribute__ ((packed)); 539} __attribute__ ((packed));
540 540