From: Jan Kara Date: Thu, 20 Dec 2012 05:07:18 +0000 (-0500) Subject: ext4: check dioread_nolock on remount X-Git-Tag: v3.8-rc2~9^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261cb20cb2f0737a247aaf08dff7eb065e3e5b66;p=pandora-kernel.git ext4: check dioread_nolock on remount Currently we allow enabling dioread_nolock mount option on remount for filesystems where blocksize < PAGE_CACHE_SIZE. This isn't really supported so fix the bug by moving the check for blocksize != PAGE_CACHE_SIZE into parse_options(). Change the original PAGE_SIZE to PAGE_CACHE_SIZE along the way because that's what we are really interested in. Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" Reviewed-by: Eric Sandeen Cc: stable@vger.kernel.org --- Reading git-diff-tree failed