]> git.openfabrics.org - ~emulex/infiniband.git/commit
xfs: fully support v5 format filesystems
authorDave Chinner <dchinner@redhat.com>
Mon, 5 May 2014 06:18:37 +0000 (16:18 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 5 May 2014 06:18:37 +0000 (16:18 +1000)
commitc99d609a16506602a7398eea7d12b13513f3d889
tree82caf908a597f88899f31679e0c8a3cc47c591ff
parent330033d697ed8d296fa52b5303db9d802ad901cc
xfs: fully support v5 format filesystems

We have had this code in the kernel for over a year now and have
shaken all the known issues out of the code over the past few
releases. It's now time to remove the experimental warnings during
mount and fully support the new filesystem format in production
systems.

Remove the experimental warning, and add a version number to the
initial "mounting filesystem" message to tell use what type of
filesystem is being mounted. Also, remove the temporary inode
cluster size output at mount time now we know that this code works
fine.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_log.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_sb.c