]> git.neil.brown.name Git - history.git/commitdiff
[XFS] avoid using pid_t in ioctl ABI
authorChristoph Hellwig <hch@sgi.com>
Fri, 20 Aug 2004 00:04:30 +0000 (10:04 +1000)
committerNathan Scott <nathans@lips.borg.umn.edu>
Fri, 20 Aug 2004 00:04:30 +0000 (10:04 +1000)
SGI Modid: xfs-linux:xfs-kern:177165a
Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/xfs_fs.h

index 072b8238885924322a0220a94389fae890617846..3b0c8494d45e030423bdb96851dcb160b7cef8b8 100644 (file)
@@ -165,7 +165,7 @@ typedef struct xfs_flock64 {
        __s64           l_start;
        __s64           l_len;          /* len == 0 means until end of file */
        __s32           l_sysid;
-       pid_t           l_pid;
+       __u32           l_pid;
        __s32           l_pad[4];       /* reserve area                     */
 } xfs_flock64_t;