From: Tao Ma Date: Mon, 10 Dec 2012 19:05:58 +0000 (-0500) Subject: ext4: create __ext4_insert_dentry for dir entry insertion X-Git-Tag: v3.8-rc1~89^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=978fef914a2e6b8ad5672d0a39f9201b7aa7c396;p=pandora-kernel.git ext4: create __ext4_insert_dentry for dir entry insertion The old add_dirent_to_buf handles all the work related to the work of adding dir entry to a dir block. Now we have inline data, so create 2 new function __ext4_find_dest_de and __ext4_insert_dentry that do the real work and let add_dirent_to_buf call them. Signed-off-by: Tao Ma Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed