]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: remove the dsunit and dswidth variables in
authorChristoph Hellwig <hch@lst.de>
Mon, 28 Oct 2019 15:41:43 +0000 (08:41 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 29 Oct 2019 16:50:12 +0000 (09:50 -0700)
commit69e8575dee424eebc4a3f96b5af11b858c5885e0
treebd6a627146abfb7f618172c1b52aae481fc6b607
parent8da57c5c000c73bb91ec03f9bad06f2a39541d3d
xfs: remove the dsunit and dswidth variables in

There is no real need for the local variables here - either they
are applied to the mount structure, or if the noalign mount option
is set the mount will fail entirely if either is set.  Removing
them helps cleaning up the mount API conversion.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_super.c