X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Ffile.c;h=4d4d201a59b6f49396058c5602288d5110623343;hp=06e61d8ed9f34400e07200815410cc46bb99f1b9;hb=68271abc80d7ad788f518f3acf3e4c2b491f6180;hpb=0f818352ca6872810197c2f263728d41967679ea diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 06e61d8..4d4d201 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -1972,11 +1972,7 @@ loff_t ll_file_seek(struct file *file, loff_t offset, int origin) RETURN(retval); } -#ifdef HAVE_FLUSH_OWNER_ID int ll_flush(struct file *file, fl_owner_t id) -#else -int ll_flush(struct file *file) -#endif { struct inode *inode = file->f_dentry->d_inode; struct ll_inode_info *lli = ll_i2info(inode);