Re: [PATCH] vfs: Partially revert addition of cred override in follow_automount()

2017-02-22 Thread David Howells
David Howells wrote: > The following commit: > > commit aeaa4a79ff6a5ed912b7362f206cf8576fca538b > Author: Eric W. Biederman > Date: Sat Jul 23 11:20:44 2016 -0500 > fs: Call d_automount with the filesystems creds > > brackets the call to ->d_automount() with override

Re: [PATCH] vfs: Partially revert addition of cred override in follow_automount()

2017-02-22 Thread Seth Forshee
On Wed, Feb 22, 2017 at 01:36:32PM +, David Howells wrote: > The following commit: > > commit aeaa4a79ff6a5ed912b7362f206cf8576fca538b > Author: Eric W. Biederman > Date: Sat Jul 23 11:20:44 2016 -0500 > fs: Call d_automount with the filesystems creds > > brackets t

[PATCH] vfs: Partially revert addition of cred override in follow_automount()

2017-02-22 Thread David Howells
The following commit: commit aeaa4a79ff6a5ed912b7362f206cf8576fca538b Author: Eric W. Biederman Date: Sat Jul 23 11:20:44 2016 -0500 fs: Call d_automount with the filesystems creds brackets the call to ->d_automount() with override_creds() and revert_creds(), se