]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'driver-core-linus' into driver-core-next
authorTejun Heo <tj@kernel.org>
Tue, 10 Dec 2013 13:40:48 +0000 (08:40 -0500)
committerTejun Heo <tj@kernel.org>
Tue, 10 Dec 2013 13:44:37 +0000 (08:44 -0500)
commitf72f94a7a630368c86baefd7125f5584e5564ed5
treefcfcca99d9d9c49a03d825ddaecabe0163c924eb
parent45ca26489dbd3612ee691e43b6c8101798bb9b6e
parentb6e7b20b4195f10c91fe9782355711712e021a55
Merge branch 'driver-core-linus' into driver-core-next

b6e7b20b4195 ("sysfs: give different locking key to regular and bin
files") in driver-core-linus modifies sysfs_open_file() so that it
gives out different locking classes to sysfs_open_files depending on
whether the file is bin or not.  Due to the massive kernfs
reorganization in driver-core-next, this naturally causes merge
conflict in fs/sysfs/file.c.

Due to the way things are split between kernfs and sysfs in
driver-core-next, the same fix can't easily be applied to
driver-core-next.  This merge simply ignores the offending commit.  A
following patch will implement a separate fix for the issue.

Signed-off-by: Tejun Heo <tj@kernel.org>