Message ID | 20200109133045.382356-1-cmaiolino@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | Refactor ioctl_fibmap() internal interface | expand |
On Thu, Jan 09, 2020 at 02:30:40PM +0100, Carlos Maiolino wrote: > Hi, > > This series refactor the internal structure of FIBMAP so that the filesystem can > properly report errors back to VFS, and also simplifies its usage by > standardizing all ->bmap() method usage via bmap() function. > > The last patch is a bug fix for ioctl_fibmap() calls with negative block values. > > > Viro spotted a mistake in patch 4/5 on the previous version, where bmap() > return value was not being propagated back to userland, breaking its ABI. > > So, this new version, only has a change on patch 4/5 to fix this problem. Applied and pushed (#work.misc, #for-next)