inodeL small optimization
authorAlan Cox <alan@linux.intel.com>
Thu, 14 Dec 2017 00:45:14 +0000 (00:45 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 14 Dec 2017 00:45:14 +0000 (00:45 +0000)
commit1ee0f3a6de2c57944f78a5a31a9bc756da75250e
treeb3eb2e10f2bfe318b09bceba6f8c03f9b335d9f4
parent5d008ab7898d29fe39ff38b15f6382d1ced74de4
inodeL small optimization

Pipes always wrap at 18 * 512 bytes so we don't need to do a 32bit comparison
here
Kernel/inode.c