]> git.baikalelectronics.ru Git - kernel.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)
commit57321ed5b7a093738d8b22b71d66d8fce9bd1d5c
tree82caf908a597f88899f31679e0c8a3cc47c591ff
parentcfc91739f02047ccda99c4f1c41d97dbef2c454d
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