|
@@ -154,7 +154,7 @@ int exofs_write_begin(struct file *file, struct address_space *mapping,
|
|
|
loff_t pos, unsigned len, unsigned flags,
|
|
|
struct page **pagep, void **fsdata);
|
|
|
extern struct inode *exofs_iget(struct super_block *, unsigned long);
|
|
|
-struct inode *exofs_new_inode(struct inode *, int);
|
|
|
+struct inode *exofs_new_inode(struct inode *, umode_t);
|
|
|
extern int exofs_write_inode(struct inode *, struct writeback_control *wbc);
|
|
|
extern void exofs_evict_inode(struct inode *);
|
|
|
|