aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/compat_ioctl.c2
-rw-r--r--fs/dquot.c5
2 files changed, 3 insertions, 4 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index 9c6d815dd191..64f406593c0e 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -1988,6 +1988,8 @@ COMPATIBLE_IOCTL(TUNSETGROUP)
1988COMPATIBLE_IOCTL(TUNGETFEATURES) 1988COMPATIBLE_IOCTL(TUNGETFEATURES)
1989COMPATIBLE_IOCTL(TUNSETOFFLOAD) 1989COMPATIBLE_IOCTL(TUNSETOFFLOAD)
1990COMPATIBLE_IOCTL(TUNSETTXFILTER) 1990COMPATIBLE_IOCTL(TUNSETTXFILTER)
1991COMPATIBLE_IOCTL(TUNGETSNDBUF)
1992COMPATIBLE_IOCTL(TUNSETSNDBUF)
1991/* Big V */ 1993/* Big V */
1992COMPATIBLE_IOCTL(VT_SETMODE) 1994COMPATIBLE_IOCTL(VT_SETMODE)
1993COMPATIBLE_IOCTL(VT_GETMODE) 1995COMPATIBLE_IOCTL(VT_GETMODE)
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;
1065attr_err_out: 1062attr_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");