From: Greg Kroah-Hartman Date: Mon, 15 Oct 2007 22:01:24 +0000 (-0700) Subject: ecryptfs: clean up attribute mess X-Git-Tag: v2.6.25-rc1~1243^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a468b1c1b9911ae515ff8972ee10c50cca3021;p=pandora-kernel.git ecryptfs: clean up attribute mess It isn't that hard to add simple kset attributes, so don't go through all the gyrations of creating your own object type and show and store functions. Just use the functions that are already present. This makes things much simpler. Note, the version_str string violates the "one value per file" rule for sysfs. I suggest changing this now (individual files per type supported is one suggested way.) Cc: Michael A. Halcrow Cc: Michael C. Thompson Cc: Tyler Hicks Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed