]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
ext4: Split write support into its own file
authorSimon Glass <sjg@chromium.org>
Wed, 26 Dec 2012 09:53:28 +0000 (09:53 +0000)
committerTom Rini <trini@ti.com>
Mon, 4 Mar 2013 19:19:56 +0000 (14:19 -0500)
commit293d7fbd47f473d8a6b01a5f80d7faa5cd6b67b3
treecd375e2fff0e38133d870c455a8380a25df25265
parent1c9f47ab2a2e9b62d08d39bfb9c4adc8f8edc5da
ext4: Split write support into its own file

This code seems to be entirely othogonal, so remove the #ifdef and put
the condition in the Makefile instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
fs/ext4/Makefile
fs/ext4/ext4_write.c [new file with mode: 0644]
fs/ext4/ext4fs.c