Whamcloud - gitweb
1)add clonefs read in lustre
[fs/lustre-release.git] / lustre / llite / llite_internal.h
index 2cca168..03a4135 100644 (file)
@@ -198,7 +198,8 @@ extern struct super_operations lustre_super_operations;
 
 char *ll_read_opt(const char *opt, char *data);
 int ll_set_opt(const char *opt, char *data, int fl);
-void ll_options(char *options, char **ost, char **mds, int *flags);
+void ll_options(char *options, char **ost, char **mds, int *flags, 
+                char **clone_ops);
 void ll_lli_init(struct ll_inode_info *lli);
 int ll_fill_super(struct super_block *sb, void *data, int silent);
 int lustre_fill_super(struct super_block *sb, void *data, int silent);