Whamcloud - gitweb
b=19742 fix llite fiemap interfaces v1_8_2_RC3
authorRahul Deshmukh <rahul.deshmukh@sun.com>
Mon, 18 Jan 2010 21:49:40 +0000 (22:49 +0100)
committerJohann Lombardi <johann@sun.com>
Mon, 18 Jan 2010 21:49:40 +0000 (22:49 +0100)
commit7899951b73b5444bccb858ebc00dedf60e27fc95
tree580cc88ea36095022d0b92acd19e869f577a38ee
parent5c9bac599ca51c2d5a5d9526e894a0033185657b
b=19742 fix llite fiemap interfaces

i=johann

llite can get fiemap requests through ioctl or directly
through the ->fiemap vfs inode's operation (newer kernel).
Unfortunately, both interfaces take different arguments,
so the purpose of this patch is to fix this.
lustre/llite/file.c