* [PATCH] common/attr: add maximum acl count for f2fs
@ 2016-02-26 5:35 Chao Yu
0 siblings, 0 replies; only message in thread
From: Chao Yu @ 2016-02-26 5:35 UTC (permalink / raw)
To: Dave Chinner; +Cc: fstests, Jaegeuk Kim, linux-f2fs-devel
Add a max acl count into common/attr for f2fs in order to make
f2fs passing generic/026 test case.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
---
common/attr | 3 +++
1 file changed, 3 insertions(+)
diff --git a/common/attr b/common/attr
index 86fe181..0efc26d 100644
--- a/common/attr
+++ b/common/attr
@@ -42,6 +42,9 @@ _acl_get_max()
jfs)
echo 8191
;;
+ f2fs)
+ echo 506
+ ;;
*)
echo 0
;;
--
2.7.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-26 5:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26 5:35 [PATCH] common/attr: add maximum acl count for f2fs Chao Yu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).