]> git.baikalelectronics.ru Git - kernel.git/commit
exofs: move osd.c to ios.c
authorBoaz Harrosh <bharrosh@panasas.com>
Tue, 3 Nov 2009 14:46:00 +0000 (16:46 +0200)
committerBoaz Harrosh <bharrosh@panasas.com>
Thu, 10 Dec 2009 07:59:21 +0000 (09:59 +0200)
commit122e9bee97314aa2e6ff4da1a92e1c5bd3f0ca59
tree7fd0047737fe618be909f84f7a2364309fd3e5bf
parentbab1e5d4e0347b8fa1aedda8a50095200223c11e
exofs: move osd.c to ios.c

If I do a "git mv" together with a massive code change
and commit in one patch, git looses the rename and
records a delete/new instead. This is bad because I want
a rename recorded so later rebased/cherry-picked patches
to the old name will work. Also the --follow is lost.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
fs/exofs/Kbuild
fs/exofs/ios.c [new file with mode: 0644]
fs/exofs/osd.c [deleted file]