X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=fs%2Ffuse%2Fdax.c;h=e55723744f582991b9fdf75c77905bb4b0fa37ca;hb=8e4f3e15175ffab5d2126dc8e7c8cfcc1654a5aa;hp=fb733eb5aead47c504c239304a4d7c21f0d1415d;hpb=4cad67197989c81417810b89f09a3549b75a2441;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/fs/fuse/dax.c b/fs/fuse/dax.c index fb733eb..e557237 100644 --- a/fs/fuse/dax.c +++ b/fs/fuse/dax.c @@ -213,7 +213,7 @@ static int fuse_setup_one_mapping(struct inode *inode, unsigned long start_idx, dmap->writable = writable; if (!upgrade) { /* - * We don't take a refernce on inode. inode is valid right now + * We don't take a reference on inode. inode is valid right now * and when inode is going away, cleanup logic should first * cleanup dmap entries. */ @@ -622,7 +622,7 @@ static int fuse_iomap_begin(struct inode *inode, loff_t pos, loff_t length, } /* - * If read beyond end of file happnes, fs code seems to return + * If read beyond end of file happens, fs code seems to return * it as hole */ iomap_hole: @@ -1207,7 +1207,7 @@ static void fuse_dax_free_mem_worker(struct work_struct *work) ret); } - /* If number of free ranges are still below threhold, requeue */ + /* If number of free ranges are still below threshold, requeue */ kick_dmap_free_worker(fcd, 1); }