[PATCH 2/2] remove ancient sys_getdents code paths
Christoph Hellwig
hch at infradead.org
Tue Mar 25 10:34:22 CDT 2014
On Tue, Mar 25, 2014 at 10:15:55AM -0400, Brian Foster wrote:
> I wonder if we could clean up the d_name offset checks to check it once
> and use a flag. Or use a signed type for size_diff and trigger off that.
> Just a thought, fwiw.
I'd just leave the code as-is and just remove the ifdef cruft. If
anyone is motivated enough to do real work on this area the callers
should simply be switched to readdir(3) and friends instead of
bikeshedding the current cruft. I just don't want to put even more load
on Kyle how just wants to get xfsdump running on arm64..
More information about the xfs
mailing list