]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cuse: convert class code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 22:05:24 +0000 (15:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Jul 2013 01:05:18 +0000 (18:05 -0700)
commit4183fb9503e117ef6d7564a4dbdf0582c5d638ad
treeaf31de1bab3a9b9b62e29cc1b7a68d143f288de7
parent3499116b915e260b275c167a471e0e05bbe3f1d6
cuse: convert class code to use dev_groups

The dev_attrs field of struct class is going away soon, dev_groups
should be used instead.  This converts the cuse class code to use the
correct field.

Acked-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/fuse/cuse.c