X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Ffat%2Finode.c;h=2b2eec1283bfa8d0d830fce2f6f9792e0dedbbca;hb=c732acd96085347027b11961463a243c568d9aab;hp=19eafbe3c379ae685c8f6f018ab5d152ef1ed9bd;hpb=5579a782ad7ffa162b1060993e4a298dd50e7a33;p=~andy%2Flinux diff --git a/fs/fat/inode.c b/fs/fat/inode.c index 19eafbe3c37..2b2eec1283b 100644 --- a/fs/fat/inode.c +++ b/fs/fat/inode.c @@ -175,7 +175,7 @@ static ssize_t fat_direct_IO(int rw, struct kiocb *iocb, if (rw == WRITE) { /* - * FIXME: blockdev_direct_IO() doesn't use ->prepare_write(), + * FIXME: blockdev_direct_IO() doesn't use ->write_begin(), * so we need to update the ->mmu_private to block boundary. * * But we must fill the remaining area or hole by nul for