[GIT PULL] Driver core fix for 4.11-rc4
From: Greg KH
Date: Sun Mar 26 2017 - 07:05:43 EST
The following changes since commit 4495c08e84729385774601b5146d51d9e5849f81:
Linux 4.11-rc2 (2017-03-12 14:47:08 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-4.11-rc4
for you to fetch changes up to 966fa72a716ceafc69de901a31f7cc1f52b35f81:
kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file() (2017-03-17 10:25:59 +0900)
----------------------------------------------------------------
driver core fix for 4.11-rc4
Here is a single kernfs fix for 4.11-rc4 that resolves a reported issue.
It has been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Vaibhav Jain (1):
kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()
fs/kernfs/file.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)