1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 17:23:25 -05:00
linux/fs/ubifs
Miklos Szeredi dfeef68862 vfs: remove ".readlink = generic_readlink" assignments
If .readlink == NULL implies generic_readlink().

Generated by:

to_del="\.readlink.*=.*generic_readlink"
for i in `git grep -l $to_del`; do sed -i "/$to_del"/d $i; done

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2016-12-09 16:45:04 +01:00
..
budget.c
commit.c
compress.c
debug.c
debug.h
dir.c ubifs: Fix regression in ubifs_readdir() 2016-10-28 14:48:31 +02:00
file.c vfs: remove ".readlink = generic_readlink" assignments 2016-12-09 16:45:04 +01:00
find.c
gc.c UBIFS: improve function-level documentation 2016-10-02 22:55:02 +02:00
io.c
ioctl.c
journal.c ubifs: Use move variable in ubifs_rename() 2016-10-02 22:55:02 +02:00
Kconfig
key.h
log.c
lprops.c UBIFS: improve function-level documentation 2016-10-02 22:55:02 +02:00
lpt.c
lpt_commit.c UBIFS: improve function-level documentation 2016-10-02 22:55:02 +02:00
Makefile
master.c
misc.c
misc.h
orphan.c
recovery.c
replay.c UBIFS: improve function-level documentation 2016-10-02 22:55:02 +02:00
sb.c
scan.c
shrinker.c
super.c ubifs: Silence early error messages if MS_SILENT is set 2016-07-29 23:30:36 +02:00
tnc.c
tnc_commit.c ubifs: Fix assertion in layout_in_gaps() 2016-08-23 23:02:40 +02:00
tnc_misc.c
ubifs-media.h
ubifs.h ubifs: Implement RENAME_EXCHANGE 2016-10-02 22:55:02 +02:00
xattr.c ubifs: Fix xattr_names length in exit paths 2016-10-20 00:05:54 +02:00