Searched hist:"64 c24ecb3cff412cd848db06d90409e5dd77c2e0" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | inline.c | diff 64c24ecb3cff412cd848db06d90409e5dd77c2e0 Tue Apr 04 05:01:22 CDT 2017 Tomohiro Kusumi <tkusumi@tuxera.com> f2fs: split make_dentry_ptr() into block and inline versions
Since callers statically know which type to use, make_dentry_ptr() can simply be splitted into two inline functions. This way, the code has less inlined, fewer arguments, and no cast.
Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | dir.c | diff 64c24ecb3cff412cd848db06d90409e5dd77c2e0 Tue Apr 04 05:01:22 CDT 2017 Tomohiro Kusumi <tkusumi@tuxera.com> f2fs: split make_dentry_ptr() into block and inline versions
Since callers statically know which type to use, make_dentry_ptr() can simply be splitted into two inline functions. This way, the code has less inlined, fewer arguments, and no cast.
Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff 64c24ecb3cff412cd848db06d90409e5dd77c2e0 Tue Apr 04 05:01:22 CDT 2017 Tomohiro Kusumi <tkusumi@tuxera.com> f2fs: split make_dentry_ptr() into block and inline versions
Since callers statically know which type to use, make_dentry_ptr() can simply be splitted into two inline functions. This way, the code has less inlined, fewer arguments, and no cast.
Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|