]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove the deprecated nodelaylog option
authorChristoph Hellwig <hch@infradead.org>
Tue, 6 Dec 2011 21:58:07 +0000 (21:58 +0000)
committerBen Myers <bpm@sgi.com>
Thu, 8 Dec 2011 18:30:32 +0000 (12:30 -0600)
commit58fa3d03ed75c216b42dbc7c82a6a9734b6b09e6
tree5a914815ff68b1d36289292bb518a6b47f7fb2d1
parentc583359c3e4a8309f10951c237efc48a35d6d04b
xfs: remove the deprecated nodelaylog option

The delaylog mode has been the default for a long time, and the nodelaylog
option has been scheduled for removal in Linux 3.3.  Remove it and code
only used by it now that we have opened the 3.3 window.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_log.c
fs/xfs/xfs_log.h
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c
fs/xfs/xfs_trans.c