]> Pileus Git - ~andy/linux/blobdiff - fs/fat/misc.c
fat: fix incorrect function comment
[~andy/linux] / fs / fat / misc.c
index 5eb600dc43a9064257a2485dde54f8a0ce332972..359d307b5507a5efd72f41c78434f5f9d35b2558 100644 (file)
@@ -135,6 +135,10 @@ int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster)
                }
                if (ret < 0)
                        return ret;
+               /*
+                * FIXME:Although we can add this cache, fat_cache_add() is
+                * assuming to be called after linear search with fat_cache_id.
+                */
 //             fat_cache_add(inode, new_fclus, new_dclus);
        } else {
                MSDOS_I(inode)->i_start = new_dclus;