linux-stable/fs/exfat
Tetsuhiro Kohada 6c958a0955 exfat: remove useless directory scan in exfat_add_entry()
There is nothing in directory just created, so there is no need to scan.

Signed-off-by: Tetsuhiro Kohada <kohada.t2@gmail.com>
Acked-by: Sungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
2020-10-22 08:29:11 +09:00
..
balloc.c exfat: remove EXFAT_SB_DIRTY flag 2020-08-12 08:31:10 +09:00
cache.c exfat: fix use of uninitialized spinlock on error path 2020-10-07 14:27:13 +09:00
dir.c exfat: eliminate dead code in exfat_find() 2020-10-22 08:29:11 +09:00
exfat_fs.h exfat: fix misspellings using codespell tool 2020-10-22 08:29:10 +09:00
exfat_raw.h exfat: retain 'VolumeFlags' properly 2020-08-12 08:31:13 +09:00
fatent.c exfat: optimize exfat_zeroed_cluster() 2020-08-12 08:31:12 +09:00
file.c exfat: use i_blocksize() to get blocksize 2020-10-22 08:29:10 +09:00
inode.c exfat: fix use of uninitialized spinlock on error path 2020-10-07 14:27:13 +09:00
Kconfig exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config option 2020-06-09 16:48:39 +09:00
Makefile exfat: add Kconfig and Makefile 2020-03-05 21:00:40 -05:00
misc.c exfat: write multiple sectors at once 2020-08-12 08:31:11 +09:00
namei.c exfat: remove useless directory scan in exfat_add_entry() 2020-10-22 08:29:11 +09:00
nls.c exfat: fix misspellings using codespell tool 2020-10-22 08:29:10 +09:00
super.c exfat: fix use of uninitialized spinlock on error path 2020-10-07 14:27:13 +09:00