aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2014-07-15 16:03:12 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2014-07-15 16:03:12 +0200
commit52f46cfa682e284835807bcd60086a71b4365e91 (patch)
treee89aa72b22cd73da48b7c3d048640e454870b189 /ChangeLog
parent780d47bbea52f1760908653f131063229053896b (diff)
fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="
...options. Uids/gids larger than 2147483647 would result in EINVAL when mounting the filesystem. This also needs a fix in the kernel.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e7da1d..fd3acd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
* libfuse: document deadlock avoidance for
fuse_notify_inval_entry() and fuse_notify_delete()
+ * fusermount, libfuse: send value as unsigned in "user_id=" and
+ "group_id=" options. Uids/gids larger than 2147483647 would
+ result in EINVAL when mounting the filesystem. This also needs a
+ fix in the kernel.
+
2014-03-26 Miklos Szeredi <miklos@szeredi.hu>
* Initilaize stat buffer passed to ->getattr() and ->fgetattr() to