On May 3 2007 23:18, Andrew Morton wrote:
>> struct inode *i = file->f_mapping->host;
>>
>> - return i && S_ISBLK(i->i_mode) && MAJOR(i->i_rdev) == LOOP_MAJOR;
>> + return i && S_ISBLK(i->i_mode) && imajor(i) == LOOP_MAJOR;
>> }
>
>there's no runtime change, and I count a couple hundred MAJORs in the tree.
Why do we even have imajor() if all it does is calling the MAJOR()
macro?
Jan
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]