From: Brian Foster Date: Mon, 14 Jul 2014 22:07:29 +0000 (+1000) Subject: xfs: add xlog sysfs kobject and attribute handlers X-Git-Tag: omap-for-v3.17/fixes-against-rc2~83^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baff4e44b92aad363dcce176b907a369ee8b348e;p=pandora-kernel.git xfs: add xlog sysfs kobject and attribute handlers Embed a kobject into the xfs log data structure (xlog). This creates a 'log' subdirectory for every XFS mount instance in sysfs. The lifecycle of the log kobject is tied to the lifecycle of the log. Also define a set of generic attribute handlers associated with the log kobject in preparation for the addition of attributes. Signed-off-by: Brian Foster Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed