X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fdquot.c;h=d6add0bf5ad3a9200ced2db449b0d6e1b049d146;hb=8bbce3f61b63c7502b1d6228d9f59d3c6423a759;hp=bca3cac4bee76e831b71f6b59c13641b91e48103;hpb=0d280884961de51afd87465f72ade9e8876d1e26;p=mv-sheeva.git diff --git a/fs/dquot.c b/fs/dquot.c index bca3cac4bee..d6add0bf5ad 100644 --- a/fs/dquot.c +++ b/fs/dquot.c @@ -1057,10 +1057,7 @@ static void send_warning(const struct dquot *dquot, const char warntype) goto attr_err_out; genlmsg_end(skb, msg_head); - ret = genlmsg_multicast(skb, 0, quota_genl_family.id, GFP_NOFS); - if (ret < 0 && ret != -ESRCH) - printk(KERN_ERR - "VFS: Failed to send notification message: %d\n", ret); + genlmsg_multicast(skb, 0, quota_genl_family.id, GFP_NOFS); return; attr_err_out: printk(KERN_ERR "VFS: Not enough space to compose quota message!\n");