Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
ufs: move truncate code into inode.c
Browse files Browse the repository at this point in the history
It is closely tied to block pointers handling there, can benefit
from existing helpers, etc. - no point keeping them apart.

Trimmed the trailing whitespaces in inode.c at the same time.

Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed Jul 6, 2015
1 parent 0d23cf7 commit 010d331
Show file tree
Hide file tree
Showing 4 changed files with 470 additions and 533 deletions.
2 changes: 1 addition & 1 deletion fs/ufs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
obj-$(CONFIG_UFS_FS) += ufs.o

ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
namei.o super.o symlink.o truncate.o util.o
namei.o super.o symlink.o util.o
ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG
Loading

0 comments on commit 010d331

Please sign in to comment.