|
@@ -147,7 +147,7 @@ static loff_t nfs_file_llseek(struct file *filp, loff_t offset, int origin)
|
|
* origin == SEEK_END || SEEK_DATA || SEEK_HOLE => we must revalidate
|
|
* origin == SEEK_END || SEEK_DATA || SEEK_HOLE => we must revalidate
|
|
* the cached file length
|
|
* the cached file length
|
|
*/
|
|
*/
|
|
- if (origin != SEEK_SET || origin != SEEK_CUR) {
|
|
|
|
|
|
+ if (origin != SEEK_SET && origin != SEEK_CUR) {
|
|
struct inode *inode = filp->f_mapping->host;
|
|
struct inode *inode = filp->f_mapping->host;
|
|
|
|
|
|
int retval = nfs_revalidate_file_size(inode, filp);
|
|
int retval = nfs_revalidate_file_size(inode, filp);
|