]> Git Repo - linux.git/blobdiff - fs/cachefiles/bind.c
cifs: fix cifs_uniqueid_to_ino_t not to ever return 0
[linux.git] / fs / cachefiles / bind.c
index 622f4696e48435f47759ab35869ce692cc697188..5b99bafc31d13011801bb1ab3002b59f6c41cad0 100644 (file)
@@ -124,7 +124,6 @@ static int cachefiles_daemon_add_cache(struct cachefiles_cache *cache)
        /* check parameters */
        ret = -EOPNOTSUPP;
        if (!root->d_inode ||
-           !root->d_inode->i_op ||
            !root->d_inode->i_op->lookup ||
            !root->d_inode->i_op->mkdir ||
            !root->d_inode->i_op->setxattr ||
This page took 0.031002 seconds and 4 git commands to generate.