diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2022-03-06 14:33:21 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2022-03-10 11:47:17 -0500 |
commit | d4c02900c4fe20997f07d7a60477e75e2734a07a (patch) | |
tree | f3e6052a06adc1743c97da170ebf56335fa19efe | |
parent | 27198863323d70ebc5a4e73aced758af8d20b165 (diff) |
Disable quota tests on bcachefs
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
-rw-r--r-- | common/quota | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/quota b/common/quota index 7fa1a61a..5831c63a 100644 --- a/common/quota +++ b/common/quota @@ -18,6 +18,7 @@ _require_quota() fi ;; gfs2|ocfs2|bcachefs) + _notrun "quotas are buggy" ;; xfs) if [ ! -f /proc/fs/xfs/xqmstat ]; then |