[SCSI] arcmsr: fix up bin_attr functions
authorJames Bottomley <James.Bottomley@suse.de>
Tue, 27 Jul 2010 17:30:24 +0000 (12:30 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Wed, 28 Jul 2010 14:05:27 +0000 (09:05 -0500)
commitbbe56c734cc1ecccd7b2b143e1767bf2b1eafc76
tree808dd89ca9c62a3c7e9cc8596c4c469fac396725
parent48813cf989eb8695fe84df30207fc8ff5f15783c
[SCSI] arcmsr: fix up bin_attr functions

Commit

commit 2c3c8bea608866d8bd9dcf92657d57fdcac011c5
Author: Chris Wright <chrisw@sous-sol.org>
Date:   Wed May 12 18:28:57 2010 -0700

    sysfs: add struct file* to bin_attr callbacks

Added an extra struct file * parameter at the beginning, which the
arcmsr binary attribute additions didn't have.  Fix this to prevent
nasty crashes.

Cc: Nick Cheng <nick.cheng@areca.com.tw>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/arcmsr/arcmsr_attr.c