Searched hist:"21 acc07d33a968a74111a98c8221069dcabf5d95" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | debug.c | diff 21acc07d33a968a74111a98c8221069dcabf5d95 Fri Jan 04 07:26:18 CST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> f2fs: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this.
Cc: Jaegeuk Kim <jaegeuk@kernel.org> Reviewed-by: Chao Yu <yuchao0@huawei.com> Cc: linux-f2fs-devel@lists.sourceforge.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | super.c | diff 21acc07d33a968a74111a98c8221069dcabf5d95 Fri Jan 04 07:26:18 CST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> f2fs: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this.
Cc: Jaegeuk Kim <jaegeuk@kernel.org> Reviewed-by: Chao Yu <yuchao0@huawei.com> Cc: linux-f2fs-devel@lists.sourceforge.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | f2fs.h | diff 21acc07d33a968a74111a98c8221069dcabf5d95 Fri Jan 04 07:26:18 CST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> f2fs: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this.
Cc: Jaegeuk Kim <jaegeuk@kernel.org> Reviewed-by: Chao Yu <yuchao0@huawei.com> Cc: linux-f2fs-devel@lists.sourceforge.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|