diff options
Diffstat (limited to 'fs/dquot.c')
-rw-r--r-- | fs/dquot.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/dquot.c b/fs/dquot.c index bca3cac4bee7..d6add0bf5ad3 100644 --- a/fs/dquot.c +++ b/fs/dquot.c | |||
@@ -1057,10 +1057,7 @@ static void send_warning(const struct dquot *dquot, const char warntype) | |||
1057 | goto attr_err_out; | 1057 | goto attr_err_out; |
1058 | genlmsg_end(skb, msg_head); | 1058 | genlmsg_end(skb, msg_head); |
1059 | 1059 | ||
1060 | ret = genlmsg_multicast(skb, 0, quota_genl_family.id, GFP_NOFS); | 1060 | genlmsg_multicast(skb, 0, quota_genl_family.id, GFP_NOFS); |
1061 | if (ret < 0 && ret != -ESRCH) | ||
1062 | printk(KERN_ERR | ||
1063 | "VFS: Failed to send notification message: %d\n", ret); | ||
1064 | return; | 1061 | return; |
1065 | attr_err_out: | 1062 | attr_err_out: |
1066 | printk(KERN_ERR "VFS: Not enough space to compose quota message!\n"); | 1063 | printk(KERN_ERR "VFS: Not enough space to compose quota message!\n"); |