OSDN Git Service

Merge tag 'mtd/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
[uclinux-h8/linux.git] / fs / xfs / xfs_super.c
index 688309d..2c9e26a 100644 (file)
@@ -340,13 +340,6 @@ xfs_blkdev_put(
                blkdev_put(bdev, FMODE_READ|FMODE_WRITE|FMODE_EXCL);
 }
 
-void
-xfs_blkdev_issue_flush(
-       xfs_buftarg_t           *buftarg)
-{
-       blkdev_issue_flush(buftarg->bt_bdev);
-}
-
 STATIC void
 xfs_close_devices(
        struct xfs_mount        *mp)
@@ -668,7 +661,7 @@ xfs_fs_destroy_inode(
         * reclaim path handles this more efficiently than we can here, so
         * simply let background reclaim tear down all inodes.
         */
-       xfs_inode_set_reclaim_tag(ip);
+       xfs_inode_mark_reclaimable(ip);
 }
 
 static void