From: Liu Bo Date: Tue, 30 Oct 2012 09:13:52 +0000 (+0800) Subject: btrfs: unpin_extent_cache: fix the typo and unnecessary arguements X-Git-Tag: v3.8-rc1~131^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52b1de91ea07d1f5600b3cae789d5be9a1f61787;p=thirdparty%2Fkernel%2Flinux.git btrfs: unpin_extent_cache: fix the typo and unnecessary arguements - unpint->unpin - prealloc is no more used Signed-off-by: Liu Bo Signed-off-by: Jiri Kosina --- diff --git a/fs/btrfs/extent_map.c b/fs/btrfs/extent_map.c index b8cbc8d5c7f7c..ce9f79216723f 100644 --- a/fs/btrfs/extent_map.c +++ b/fs/btrfs/extent_map.c @@ -234,12 +234,11 @@ static void try_merge_map(struct extent_map_tree *tree, struct extent_map *em) } /** - * unpint_extent_cache - unpin an extent from the cache + * unpin_extent_cache - unpin an extent from the cache * @tree: tree to unpin the extent in * @start: logical offset in the file * @len: length of the extent * @gen: generation that this extent has been modified in - * @prealloc: if this is set we need to clear the prealloc flag * * Called after an extent has been written to disk properly. Set the generation * to the generation that actually added the file item to the inode so we know