[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#794003: jessie-pu: package glusterfs/3.5.2-2



Control: tags -1 + moreinfo

On Wed, 2015-07-29 at 19:41 +0200, Patrick Matthäi wrote:
> this patch fixes a serious problem in glusterfs if you use it as nfs volume:
> if you create a unix domain socket on it, it was created as fifo, which also breaks
> some applications.
[...]
> +--- glusterfs-3.5.2.orig/xlators/nfs/server/src/nfs3.c 2014-07-31 13:05:35.000000000 +0200
> ++++ glusterfs-3.5.2/xlators/nfs/server/src/nfs3.c      2015-07-29 19:15:26.428372528 +0200
> +@@ -3030,7 +3030,7 @@
> + }
> +
> +
> +-int
> ++static int
> + nfs3_mknod_reply (rpcsvc_request_t *req, nfsstat3 stat, struct nfs3_fh *fh,
> +                   struct iatt *buf, struct iatt *preparent,
> +                   struct iatt *postparent)
> +@@ -3126,7 +3126,7 @@
> + }
> +
> +
> +-int
> ++static int
> + nfs3_mknod_device (nfs3_call_state_t *cs)

Do those two changes have anything to do with fixing the bug?

Regards,

Adam


Reply to: