Remove the function ll_check_page() and replace all its calls with the
function it wrapped.
Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        return rc;
 }
 
-static void ll_check_page(struct inode *dir, struct page *page)
-{
-       /* XXX: check page format later */
-       SetPageChecked(page);
-}
-
 void ll_release_page(struct page *page, int remove)
 {
        kunmap(page);
                goto fail;
        }
        if (!PageChecked(page))
-               ll_check_page(dir, page);
+               /* XXX: check page format later */
+               SetPageChecked(page);
        if (PageError(page)) {
                CERROR("page error: "DFID" at %llu: rc %d\n",
                       PFID(ll_inode2fid(dir)), hash, -5);