diff options
author | Luka Perkov <luka@openwrt.org> | 2014-07-08 22:44:34 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-07-08 22:44:34 +0000 |
commit | 90b53991a09578730fab41445e7cbbeb028af722 (patch) | |
tree | b78b4e104087026c9a847e8240e9e29d952b512d /target/linux/generic/patches-3.14/550-ubifs-symlink-xattr-support.patch | |
parent | 8630d101b7db9c19b19c714bb3335042098ed2ee (diff) | |
download | upstream-90b53991a09578730fab41445e7cbbeb028af722.tar.gz upstream-90b53991a09578730fab41445e7cbbeb028af722.tar.bz2 upstream-90b53991a09578730fab41445e7cbbeb028af722.zip |
kernel: update 3.14 to 3.14.11
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41551
Diffstat (limited to 'target/linux/generic/patches-3.14/550-ubifs-symlink-xattr-support.patch')
-rw-r--r-- | target/linux/generic/patches-3.14/550-ubifs-symlink-xattr-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/550-ubifs-symlink-xattr-support.patch b/target/linux/generic/patches-3.14/550-ubifs-symlink-xattr-support.patch index 9ca8ac1409..0235340aa8 100644 --- a/target/linux/generic/patches-3.14/550-ubifs-symlink-xattr-support.patch +++ b/target/linux/generic/patches-3.14/550-ubifs-symlink-xattr-support.patch @@ -1,6 +1,6 @@ --- a/fs/ubifs/file.c +++ b/fs/ubifs/file.c -@@ -1577,6 +1577,10 @@ const struct inode_operations ubifs_syml +@@ -1576,6 +1576,10 @@ const struct inode_operations ubifs_syml .follow_link = ubifs_follow_link, .setattr = ubifs_setattr, .getattr = ubifs_getattr, |