• Dave Kleikamp's avatar
    Proper implementation of jfs_get_blocks · ee1aaacd
    Dave Kleikamp authored
    jfs_get_blocks should return up to the number of blocks in the
    extent rather than limiting itself to one block, as the initial,
    trivial implementation did.  This greatly reduces the overhead of
    O_DIRECT reads and writes.
    
    Submitted by Badari Pulavarty (pbadari@us.ibm.com)
    ee1aaacd
inode.c 8.27 KB