mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 15:42:32 +00:00
minix: remove !NO_TRUNCATE code
This patch removes the !NO_TRUNCATE code that anyway required a manual editing of the code for being used. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
bbcd6d543d
commit
fb523f3227
3 changed files with 0 additions and 33 deletions
|
@ -256,9 +256,6 @@ static int minix_fill_super(struct super_block *s, void *data, int silent)
|
|||
if (!s->s_root)
|
||||
goto out_iput;
|
||||
|
||||
if (!NO_TRUNCATE)
|
||||
s->s_root->d_op = &minix_dentry_operations;
|
||||
|
||||
if (!(s->s_flags & MS_RDONLY)) {
|
||||
if (sbi->s_version != MINIX_V3) /* s_state is now out from V3 sb */
|
||||
ms->s_state &= ~MINIX_VALID_FS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue