search for: fc_rport_class

Displaying 3 results from an estimated 3 matches for "fc_rport_class".

2006 Aug 28
1
EXT3 filesystem on scsi device becoming readonly
Dear All, Can somebody help me on the following issue: When I mount the SCSI device on storage with ext3 filesystem & perform cp in loop, it becomes readonly. The steps to reproduce the issue are: 1)Create a ext3 file system on HDLM device mkfs ?t ext3 /dev/sdn 2)Mount the device Mount /dev/sddlmaa /home/<dir. name> 3)Execute cp ?f command in a loop on mounted device.
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...;rqst_q); return 0; } static DECLARE_TRANSPORT_CLASS(fc_host_class, "fc_host", fc_host_setup, fc_host_remove, NULL); /* * Setup and Remove actions for remote ports are handled * in the service functions below. */ static DECLARE_TRANSPORT_CLASS(fc_rport_class, "fc_remote_ports", NULL, NULL, NULL); /* * Setup and Remove actions for virtual ports are handled * in the service functions below. */ static DECLARE_TRANSPORT_CLASS(fc_vport_class, "fc_vports", NULL, NUL...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...;rqst_q); return 0; } static DECLARE_TRANSPORT_CLASS(fc_host_class, "fc_host", fc_host_setup, fc_host_remove, NULL); /* * Setup and Remove actions for remote ports are handled * in the service functions below. */ static DECLARE_TRANSPORT_CLASS(fc_rport_class, "fc_remote_ports", NULL, NULL, NULL); /* * Setup and Remove actions for virtual ports are handled * in the service functions below. */ static DECLARE_TRANSPORT_CLASS(fc_vport_class, "fc_vports", NULL, NUL...