commit | 56246f9ae4cfa95b460f9dfbcfb1b772d85db046 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Sun May 16 09:00:00 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 16 09:00:00 2010 -0400 |
tree | 2a11530806fd384c7a482d7d05f7966af773fef2 | |
parent | 84061e07c5fbbbf9dc8aef8fb750fc3a2dfc31f3 [diff] |
quota: use flags interface for dquot alloc/free space Switch __dquot_alloc_space and __dquot_free_space to take flags to indicate whether to warn and/or to reserve (or free reserve). This is slightly more readable at the callpoints, and makes it cleaner to add a "nofail" option in the next patch. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>