From: Tejun Heo Date: Thu, 20 Sep 2007 07:05:12 +0000 (+0900) Subject: sysfs: implement sysfs_open_dirent X-Git-Tag: v2.6.24-rc1~1394^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85a4ffad3de77177591f7c2c18c26c3c8dd28bff;p=pandora-kernel.git sysfs: implement sysfs_open_dirent Implement sysfs_open_dirent which represents an open file (attribute) sysfs_dirent. A file sysfs_dirent with one or more open files have one sysfs_dirent and all sysfs_buffers (one for each open instance) are linked to it. sysfs_open_dirent doesn't actually do anything yet but will be used to off-load things which are specific for open file sysfs_dirent from it. Signed-off-by: Tejun Heo Acked-by: Cornelia Huck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed