aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
diff options
context:
space:
mode:
authorDave Chinner <david@fromorbit.com>2010-01-20 10:47:08 +1100
committerDave Chinner <david@fromorbit.com>2010-01-20 10:47:08 +1100
commit046ea753130fc51d885835458bf8c1d84765b9ac (patch)
tree16cbba96c2db1b23fd0eed5aebbc1993df920426 /fs/xfs/xfs_mount.h
parente2bcd936eb95d0019ca5e05f9fdd27e770ddded1 (diff)
downloadkernel_samsung_smdk4412-046ea753130fc51d885835458bf8c1d84765b9ac.zip
kernel_samsung_smdk4412-046ea753130fc51d885835458bf8c1d84765b9ac.tar.gz
kernel_samsung_smdk4412-046ea753130fc51d885835458bf8c1d84765b9ac.tar.bz2
xfs: convert DM ops to use unsigned char names
dmops uses a signed char for it's namespace event. To be consistent with the rest of the code, convert them to unsigned char for the namespace string. Signed-off-by: Dave Chinner <david@fromorbit.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r--fs/xfs/xfs_mount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h
index e62fd1c..f4d1441 100644
--- a/fs/xfs/xfs_mount.h
+++ b/fs/xfs/xfs_mount.h
@@ -78,7 +78,8 @@ typedef int (*xfs_send_destroy_t)(struct xfs_inode *, dm_right_t);
typedef int (*xfs_send_namesp_t)(dm_eventtype_t, struct xfs_mount *,
struct xfs_inode *, dm_right_t,
struct xfs_inode *, dm_right_t,
- const char *, const char *, mode_t, int, int);
+ const unsigned char *, const unsigned char *,
+ mode_t, int, int);
typedef int (*xfs_send_mount_t)(struct xfs_mount *, dm_right_t,
char *, char *);
typedef void (*xfs_send_unmount_t)(struct xfs_mount *, struct xfs_inode *,