diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2009-11-03 15:46:00 +0100 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2009-12-10 08:59:21 +0100 |
commit | 8ce9bdd1fbe962933736d7977e972972cd5d754c (patch) | |
tree | 7fd0047737fe618be909f84f7a2364309fd3e5bf /fs/exofs/ios.c | |
parent | exofs: statfs blocks is sectors not FS blocks (diff) | |
download | linux-8ce9bdd1fbe962933736d7977e972972cd5d754c.tar.xz linux-8ce9bdd1fbe962933736d7977e972972cd5d754c.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | fs/exofs/ios.c (renamed from fs/exofs/osd.c) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/fs/exofs/osd.c b/fs/exofs/ios.c index 4372542df284..4372542df284 100644 --- a/fs/exofs/osd.c +++ b/fs/exofs/ios.c |