• Steven Whitehouse's avatar
    GFS2: Use proper allocation context for new inodes · c9aecf73
    Steven Whitehouse authored
    Rather than using the parent directory's allocation context, this
    patch allocated the new inode earlier in the process and then uses
    it to contain all the information required. As a result, we can now
    use the new inode's own allocation context to allocate it rather
    than having to use the parent directory's context. This give us a
    lot more flexibility in where the inode is placed on disk.
    Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
    c9aecf73
inode.c 42.7 KB