f2fs: should clear the inline_xattr flag
[deliverable/linux.git] / fs / f2fs / f2fs.h
index 790a0738d3147d4967f61b4427d2fa6dda6a691f..2e4aa3a51b0d931955eeff11e3e679d730e58668 100644 (file)
@@ -1439,8 +1439,8 @@ extern const struct inode_operations f2fs_special_inode_operations;
  */
 bool f2fs_may_inline(struct inode *);
 int f2fs_read_inline_data(struct inode *, struct page *);
-int f2fs_convert_inline_data(struct inode *, pgoff_t);
+int f2fs_convert_inline_data(struct inode *, pgoff_t, struct page *);
 int f2fs_write_inline_data(struct inode *, struct page *, unsigned int);
 void truncate_inline_data(struct inode *, u64);
-int recover_inline_data(struct inode *, struct page *);
+bool recover_inline_data(struct inode *, struct page *);
 #endif
This page took 0.027181 seconds and 5 git commands to generate.