Re: [PATCH V4 1/4] [SCSI] drivers/scsi/ufs: Seggregate PCI Specific Code

2012-10-18 Thread vinayak holikatti
On Thu, Oct 18, 2012 at 12:13 PM, Venkatraman S svenk...@ti.com wrote: On Wednesday 17 October 2012 05:23 PM, Vinayak Holikatti wrote: This patch seggregates the PCI specific code in ufshcd.c to make it ready for splitting into core ufs driver and PCI glue driver. Also copyright header

Re: [PATCH v2 0/3] block: add queue-private command filter, editable via sysfs

2012-10-18 Thread Tejun Heo
Hello, Paolo. Sorry about the delay. -EWASTRAVELING and it seems Jens was too. On Thu, Oct 04, 2012 at 12:12:12PM +0200, Paolo Bonzini wrote: Il 25/09/2012 17:30, Paolo Bonzini ha scritto: The set of use cases for SG_IO is quite variable that no single filter can accomodate all of them.

[PATCH net-next 00/21] treewide: Use consistent api style for address testing

2012-10-18 Thread Joe Perches
ethernet, ipv4, and ipv6 address testing uses 3 different api naming styles. ethernet uses: is_foo_ether_addr ipv4 uses: ipv4_is_foo ipv6 uses: ipv6_addr_foo Standardize on the ipv6 style of prefix_addr_type to reduce the number of styles to remember. The new consistent styles are: