From: Christoph Hellwig Date: Fri, 14 Jan 2011 12:07:30 +0000 (+0100) Subject: make the feature checks in ->fallocate future proof X-Git-Tag: v2.6.38-rc1~22^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64c23e86873ee410554d6d1c76b60da47025e96f;p=pandora-kernel.git make the feature checks in ->fallocate future proof Instead of various home grown checks that might need updates for new flags just check for any bit outside the mask of the features supported by the filesystem. This makes the check future proof for any newly added flag. Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed