]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
delay capable() check in ext4_has_free_blocks()
authorEric Sandeen <sandeen@redhat.com>
Tue, 28 Oct 2008 04:08:17 +0000 (00:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 28 Oct 2008 04:08:17 +0000 (00:08 -0400)
commita996031c87e093017c0763326a08896a3a4817f4
tree74550b7108b1b1fd87393801de56bd9e1e8b1012
parent8c3bf8a01c005385e9be0bc992e10abfb355278c
delay capable() check in ext4_has_free_blocks()

As reported by Eric Paris, the capable() check in ext4_has_free_blocks()
sometimes causes SELinux denials.

We can rearrange the logic so that we only try to use the root-reserved
blocks when necessary, and even then we can move the capable() test
to last, to avoid the check most of the time.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/balloc.c