From: Tejun Heo Date: Thu, 24 Oct 2013 15:49:08 +0000 (-0400) Subject: sysfs: honor bin_attr.attr.ignore_lockdep X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~64^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672f76a81ad524359e761d7c863d24aec58e23c5;p=pandora-kernel.git sysfs: honor bin_attr.attr.ignore_lockdep ignore_lockdep is currently honored only for regular files. There's no reason to ignore it for bin files. Update sysfs_ignore_lockdep() so that bin_attr.attr.ignore_lockdep works too. While this doesn't have any in-kernel user, this unifies the behaviors between regular and bin files and will help later changes. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed