Re: [patch 5/6][RFC] Introduce FIBMAP64

2007-10-29 Thread Chris Mason
On Fri, 26 Oct 2007 16:37:37 -0700 Mike Waychison <[EMAIL PROTECTED]> wrote: > Introduce FIBMAP64. This is the same as FIBMAP, but takes a u64. If we're adding new ioctls, I'd rather see the FIEMAP stuff go in, a quick search found discussions but has it died off? -chris - To unsubscribe from t

[patch 5/6][RFC] Introduce FIBMAP64

2007-10-26 Thread Mike Waychison
Introduce FIBMAP64. This is the same as FIBMAP, but takes a u64. This new routine requires filesystems to implement bmap64 if they want to support > 2^31 blocks in a logical file. We do this to give time for filesystems to be properly audited. Signed-off-by: Mike Waychison <[EMAIL PROTECTED]>