aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota
diff options
context:
space:
mode:
Diffstat (limited to 'fs/quota')
-rw-r--r--fs/quota/dquot.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c
index a1bd5eabbe50..eb938015bd91 100644
--- a/fs/quota/dquot.c
+++ b/fs/quota/dquot.c
@@ -1124,10 +1124,7 @@ static void send_warning(const struct dquot *dquot, const char warntype)
1124 goto attr_err_out; 1124 goto attr_err_out;
1125 genlmsg_end(skb, msg_head); 1125 genlmsg_end(skb, msg_head);
1126 1126
1127 ret = genlmsg_multicast(skb, 0, quota_genl_family.id, GFP_NOFS); 1127 genlmsg_multicast(skb, 0, quota_genl_family.id, GFP_NOFS);
1128 if (ret < 0 && ret != -ESRCH)
1129 printk(KERN_ERR
1130 "VFS: Failed to send notification message: %d\n", ret);
1131 return; 1128 return;
1132attr_err_out: 1129attr_err_out:
1133 printk(KERN_ERR "VFS: Not enough space to compose quota message!\n"); 1130 printk(KERN_ERR "VFS: Not enough space to compose quota message!\n");