Commit d18add1a authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Nathan Scott

[XFS] avoid using pid_t in ioctl ABI

SGI Modid: xfs-linux:xfs-kern:177165a
Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent 20dafae2
...@@ -165,7 +165,7 @@ typedef struct xfs_flock64 { ...@@ -165,7 +165,7 @@ typedef struct xfs_flock64 {
__s64 l_start; __s64 l_start;
__s64 l_len; /* len == 0 means until end of file */ __s64 l_len; /* len == 0 means until end of file */
__s32 l_sysid; __s32 l_sysid;
pid_t l_pid; __u32 l_pid;
__s32 l_pad[4]; /* reserve area */ __s32 l_pad[4]; /* reserve area */
} xfs_flock64_t; } xfs_flock64_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment