| To: | Jeff Liu <jeff.liu@xxxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH v3 1/2] xfs: Remove XFS_MOUNT_RETERR |
| From: | Mark Tinguely <tinguely@xxxxxxx> |
| Date: | Thu, 02 May 2013 10:27:10 -0500 |
| Cc: | "xfs@xxxxxxxxxxx" <xfs@xxxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <51824DB3.9050904@xxxxxxxxxx> |
| References: | <51824DB3.9050904@xxxxxxxxxx> |
| User-agent: | Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120122 Thunderbird/9.0 |
On 05/02/13 06:27, Jeff Liu wrote: From: Jie Liu<jeff.liu@xxxxxxxxxx> XFS_MOUNT_RETERR is going to be set at xfs_parseargs() if mp->m_dalign is enabled, so any time we enter "if (mp->m_dalign)" branch in xfs_update_alignment(), XFS_MOUNT_RETERR is set and so we always be emitting a warning and returning an error. Hence, we can remove it and get rid of a couple of redundant check up against it at xfs_upate_alignment(). Thanks Dave Chinner for the suggestions of simplify the code in xfs_parseargs(). Signed-off-by: Jie Liu<jeff.liu@xxxxxxxxxx>
"alignment check failed: sunit/swidth vs. blocksize(%d)",
^^^^
"alignment check failed: sunit/swidth vs. agsize(%d)",
^^^^
"alignment check failed: sunit(%d) less than bsize(%d)",
^^^^ ^^^^
I know you copied these statements verbatim, but I wonder why all
these statements do not have a space between the type and value?
Looks good.
Reviewed-by: Mark Tinguely <tinguely@xxxxxxx>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] xfs: fix log space reservation calculation if log stripe unit is specified, Jeff Liu |
|---|---|
| Next by Date: | Re: [PATCH v3 2/2] xfs: Don't keep silent if sunit/swidth can not be changed via mount, Mark Tinguely |
| Previous by Thread: | [PATCH v3 1/2] xfs: Remove XFS_MOUNT_RETERR, Jeff Liu |
| Next by Thread: | Re: [PATCH v3 1/2] xfs: Remove XFS_MOUNT_RETERR, Jeff Liu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |