Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNoelChannel committed Nov 30, 2023
1 parent f72da7a commit d917bee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1549,10 +1549,7 @@ struct file_operations {
long (*fallocate)(struct file *file, int mode, loff_t offset,
loff_t len);
int (*show_fdinfo)(struct seq_file *m, struct file *f);
<<<<<<< HEAD
/* get_lower_file is for stackable file system */
=======
>>>>>>> 5545878... sdcardfs: Flag files as non-mappable
struct file* (*get_lower_file)(struct file *f);
};

Expand Down

0 comments on commit d917bee

Please sign in to comment.