From: Theodore Ts'o Date: Mon, 16 Apr 2012 22:55:26 +0000 (-0400) Subject: ext4: fix handling of journalled quota options X-Git-Tag: v3.4-rc4~34^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57f73c2c89a5d3b2ed87201c8100d1fa989a1a65;p=pandora-kernel.git ext4: fix handling of journalled quota options Commit 26092bf5 broke handling of journalled quota mount options by trying to parse argument of every mount option as a number. Fix this by dealing with the quota options before we call match_int(). Thanks to Jan Kara for discovering this regression. Signed-off-by: "Theodore Ts'o" Reviewed-by: Jan Kara --- Reading git-diff-tree failed