commit | 4ca5224f3ea4779054d96e885ca9b3980801ce13 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Tue Apr 09 12:14:34 2002 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Oct 18 12:53:51 2006 -0700 |
tree | 04b75b597b8c57978b4bbee29448114c89f6dc94 | |
parent | a12c93f08b8fc83b7fcdabaf92b1adcea7489f5e [diff] |
aoe: fix sysfs_create_file warnings Moved the attributes into a group, making the compiler be quiet about ignoring the return value of the file create calls. This also also fixed a bug when removing the files, which were not symlinks. Cc: "Ed L. Cashin" <ecashin@coraid.com> Cc: Alan Cox <alan@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>