aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Behlendorf <behlendorf1@llnl.gov>2012-03-14 19:36:49 +0000
committerBrian Behlendorf <behlendorf1@llnl.gov>2012-03-15 22:18:29 +0000
commit77a405ae52e4a902f7cc3790e2a73d044c66d962 (patch)
treeb2c4a6c40139ec4c9b44fdb3d812993cbd839cf0
parent42cb3819f1a1f536105faac81ffc150f3da90a80 (diff)
-rw-r--r--module/zfs/zpl_xattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zfs/zpl_xattr.c b/module/zfs/zpl_xattr.c
index dbe61df98cf0..c03764fc507f 100644
--- a/module/zfs/zpl_xattr.c
+++ b/module/zfs/zpl_xattr.c
@@ -674,4 +674,5 @@ xattr_handler_t *zpl_xattr_handlers[] = {
&zpl_xattr_acl_access_handler,
&zpl_xattr_acl_default_handler,
#endif /* HAVE_POSIX_ACLS */
+ NULL
};