From: Satyam Sharma Date: Wed, 4 Jul 2007 11:07:06 +0000 (+0530) Subject: [PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.h X-Git-Tag: v2.6.23-rc1~781^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b1d9aa4e9c5cafe73b9df21d758b50b5d75264d;p=pandora-kernel.git [PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.h fs/dlm/config.c contains a useful generic macro called __CONFIGFS_ATTR that is similar to sysfs' __ATTR macro that makes defining attributes easy for any user of configfs. Separate it out into configfs.h so that other users (forthcoming in dynamic netconsole patchset) can use it too. Signed-off-by: Satyam Sharma Cc: David Teigland Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed