From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <539EF5FD.5000307@samba.org> Date: Mon, 16 Jun 2014 15:49:49 +0200 From: "Stefan (metze) Metzmacher" MIME-Version: 1.0 To: =?UTF-8?B?QmrDtnJuIEJhdW1iYWNo?= , Steve French CC: linux-cifs@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Steve French , Pavel Shilovsky Subject: Re: [PATCH] fs/cifs: fix regression in cifs_create_mf_symlink() References: <1402394606-7910-1-git-send-email-bb@sernet.de> In-Reply-To: <1402394606-7910-1-git-send-email-bb@sernet.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QbxoLR5KvvS2XQrJOoAOfRa5p7cjHO6jH" Sender: linux-kernel-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --QbxoLR5KvvS2XQrJOoAOfRa5p7cjHO6jH Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Steve, any comments on this? How can we get this fixed upstream? Thanks! metze Am 10.06.2014 12:03, schrieb Bj=C3=B6rn Baumbach: > commit d81b8a40e2ece0a9ab57b1fe1798e291e75bf8fc > ("CIFS: Cleanup cifs open codepath") > changed disposition to FILE_OPEN. >=20 > Signed-off-by: Bj=C3=B6rn Baumbach > Signed-off-by: Stefan Metzmacher > Reviewed-by: Stefan Metzmacher > Cc: # v3.14+ > Cc: Pavel Shilovsky > Cc: Steve French > --- > fs/cifs/link.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/fs/cifs/link.c b/fs/cifs/link.c > index 264ece7..68559fd 100644 > --- a/fs/cifs/link.c > +++ b/fs/cifs/link.c > @@ -374,7 +374,7 @@ cifs_create_mf_symlink(unsigned int xid, struct cif= s_tcon *tcon, > oparms.cifs_sb =3D cifs_sb; > oparms.desired_access =3D GENERIC_WRITE; > oparms.create_options =3D create_options; > - oparms.disposition =3D FILE_OPEN; > + oparms.disposition =3D FILE_CREATE; > oparms.path =3D path; > oparms.fid =3D &fid; > oparms.reconnect =3D false; >=20 --QbxoLR5KvvS2XQrJOoAOfRa5p7cjHO6jH Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlOe9gYACgkQm70gjA5TCD89XQCfR05JcjbtnGAs3mpQXQXS1CGx cLYAnjWQBwzYg7zJROjwbKmvp2gXjZcK =686d -----END PGP SIGNATURE----- --QbxoLR5KvvS2XQrJOoAOfRa5p7cjHO6jH--