]> Pileus Git - ~andy/linux/commit
IB/ipath: sysfs and ipathfs support for core driver
authorBryan O'Sullivan <bos@pathscale.com>
Wed, 29 Mar 2006 23:23:30 +0000 (15:23 -0800)
committerRoland Dreier <rolandd@cisco.com>
Fri, 31 Mar 2006 21:14:19 +0000 (13:14 -0800)
commit3e9b4a5eb4ae4936feeea256c0105e078c7702cd
treef2d8e2f82de310ec6c7d7d44d15c39e42a165f45
parent108ecf0d90655055d5a7db8d3a7239133b4d52b7
IB/ipath: sysfs and ipathfs support for core driver

The ipathfs filesystem contains files that are not appropriate for
sysfs, because they contain binary data.  The hierarchy is simple; the
top-level directory contains driver-wide attribute files, while numbered
subdirectories contain per-device attribute files.

Our userspace code currently expects this filesystem to be mounted on
/ipathfs, but a final location has not yet been chosen.

Signed-off-by: Bryan O'Sullivan <bos@pathscale.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ipath/ipath_fs.c [new file with mode: 0644]
drivers/infiniband/hw/ipath/ipath_sysfs.c [new file with mode: 0644]