]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/ntfs/inode.c
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
[karo-tx-linux.git] / fs / ntfs / inode.c
index 3eda6d4bcc656b6d1161f0bcb97f99f183d6347d..f40972d6df9060d154058a91d9423c2f2ad875de 100644 (file)
@@ -870,7 +870,7 @@ skip_attr_list_load:
                }
                if (ni->itype.index.block_size > PAGE_SIZE) {
                        ntfs_error(vi->i_sb, "Index block size (%u) > "
-                                       "PAGE_CACHE_SIZE (%ld) is not "
+                                       "PAGE_SIZE (%ld) is not "
                                        "supported.  Sorry.",
                                        ni->itype.index.block_size,
                                        PAGE_SIZE);
@@ -1586,7 +1586,7 @@ static int ntfs_read_locked_index_inode(struct inode *base_vi, struct inode *vi)
                goto unm_err_out;
        }
        if (ni->itype.index.block_size > PAGE_SIZE) {
-               ntfs_error(vi->i_sb, "Index block size (%u) > PAGE_CACHE_SIZE "
+               ntfs_error(vi->i_sb, "Index block size (%u) > PAGE_SIZE "
                                "(%ld) is not supported.  Sorry.",
                                ni->itype.index.block_size, PAGE_SIZE);
                err = -EOPNOTSUPP;