Re: [f2fs-dev] [PATCH] vfs: hoist {XFS, EXT4}_IOC_{GOING, SHUT}DOWN to the VFS
From: Jaegeuk Kim <jaegeuk@kernel.org>
Date: 2017-02-23 10:15:22
Also in:
linux-f2fs-devel, linux-fsdevel, linux-xfs
From: Jaegeuk Kim <jaegeuk@kernel.org>
Date: 2017-02-23 10:15:22
Also in:
linux-f2fs-devel, linux-fsdevel, linux-xfs
Hello, On 02/23, Chao Yu wrote:
Hi Darrick, On 2017/2/23 15:52, Darrick J. Wong wrote:quoted
ext4 and XFS expose the same shutdown ioctl with the same parameters, so let's hoist the whole mess into the vfs headers.Could you cover f2fs in this patch since f2fs has already supported SHUTDOWN ioctl?
It's funny that I submitted a similar patch two years ago along with f2fs support. https://patchwork.kernel.org/patch/5814991/ Thanks,