summaryrefslogtreecommitdiffstats
path: root/include/linux/hfs_fs_sb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hfs_fs_sb.h')
-rw-r--r--include/linux/hfs_fs_sb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/hfs_fs_sb.h b/include/linux/hfs_fs_sb.h
index c5279b201..826f388c5 100644
--- a/include/linux/hfs_fs_sb.h
+++ b/include/linux/hfs_fs_sb.h
@@ -16,7 +16,7 @@ struct hfs_name;
typedef int (*hfs_namein_fn) (char *, const struct hfs_name *);
typedef void (*hfs_nameout_fn) (struct hfs_name *, const char *, int);
-typedef void (*hfs_ifill_fn) (struct inode *, ino_t);
+typedef void (*hfs_ifill_fn) (struct inode *, ino_t, const int);
/*
* struct hfs_sb_info
@@ -30,6 +30,7 @@ struct hfs_sb_info {
changing owner or mode? */
int s_lowercase; /* Map names to lowercase? */
int s_afpd; /* AFPD compatible mode? */
+ int s_version; /* version info */
hfs_namein_fn s_namein; /* The function used to
map Mac filenames to
Linux filenames */