X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ed6be451a0906c1d99e8726307f73a7997b8e70c..a7f91afe84c02353d2bf0ea5b5fbede0634fb9e9:/target/linux/generic/patches-3.0/100-overlayfs_v10.patch?ds=sidebyside diff --git a/target/linux/generic/patches-3.0/100-overlayfs_v10.patch b/target/linux/generic/patches-3.0/100-overlayfs_v10.patch index 32a628f8b..e4fe1a57e 100644 --- a/target/linux/generic/patches-3.0/100-overlayfs_v10.patch +++ b/target/linux/generic/patches-3.0/100-overlayfs_v10.patch @@ -156,7 +156,7 @@ { --- a/include/linux/fs.h +++ b/include/linux/fs.h -@@ -1602,6 +1602,7 @@ struct inode_operations { +@@ -1603,6 +1603,7 @@ struct inode_operations { void (*truncate_range)(struct inode *, loff_t, loff_t); int (*fiemap)(struct inode *, struct fiemap_extent_info *, u64 start, u64 len); @@ -164,7 +164,7 @@ } ____cacheline_aligned; struct seq_file; -@@ -1996,6 +1997,7 @@ extern long do_sys_open(int dfd, const c +@@ -1997,6 +1998,7 @@ extern long do_sys_open(int dfd, const c extern struct file *filp_open(const char *, int, int); extern struct file *file_open_root(struct dentry *, struct vfsmount *, const char *, int); @@ -184,7 +184,7 @@ struct pipe_inode_info *opipe, --- a/fs/namespace.c +++ b/fs/namespace.c -@@ -1494,6 +1494,23 @@ void drop_collected_mounts(struct vfsmou +@@ -1495,6 +1495,23 @@ void drop_collected_mounts(struct vfsmou release_mounts(&umount_list); } @@ -3057,7 +3057,7 @@ +the future. --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -4713,6 +4713,13 @@ F: drivers/scsi/osd/ +@@ -4727,6 +4727,13 @@ F: drivers/scsi/osd/ F: include/scsi/osd_* F: fs/exofs/