xfs: use generic Posix ACL code
[deliverable/linux.git] / fs / xfs / quota / xfs_dquot.c
index e4babcc63423fef26351c5e9255757ec5d4dbba7..2f3f2229eaaf16c68e57a37b2e373fe2e131e26b 100644 (file)
@@ -42,7 +42,6 @@
 #include "xfs_error.h"
 #include "xfs_itable.h"
 #include "xfs_rw.h"
-#include "xfs_acl.h"
 #include "xfs_attr.h"
 #include "xfs_buf_item.h"
 #include "xfs_trans_space.h"
@@ -1194,7 +1193,9 @@ void
 xfs_qm_dqrele(
        xfs_dquot_t     *dqp)
 {
-       ASSERT(dqp);
+       if (!dqp)
+               return;
+
        xfs_dqtrace_entry(dqp, "DQRELE");
 
        xfs_dqlock(dqp);
This page took 0.027556 seconds and 5 git commands to generate.