IB/srp: Consolidate repetitive sysfs code
authorBart Van Assche <bvanassche@acm.org>
Sat, 14 Jan 2012 12:40:44 +0000 (12:40 +0000)
committerRoland Dreier <roland@purestorage.com>
Mon, 27 Feb 2012 17:27:57 +0000 (09:27 -0800)
commit683b159a2eef6544d49020eb9c88a94157df7d2d
tree75c7ba070482711796f70af035e873dd6af7dc25
parente0bda7d8c33e60fb08cc0b5522cd86346313722c
IB/srp: Consolidate repetitive sysfs code

Remove sysfs attributes before removing a target instead of testing
the target state in every sysfs attribute callback method. Note: it is
safe to invoke a sysfs attribute removal method like
device_remove_file() twice on the same attribute.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: David Dillow <dillowda@ornl.gov>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/ulp/srp/ib_srp.c