Commit b577d0c
Al Viro
9p: missing chunk of "fs/9p: Don't update file type when updating file attributes"
In commit 4508914 Aneesh had missed one (admittedly, very unlikely
to hit) case in v9fs_stat2inode_dotl(). However, the same considerations
apply there as well - we have no business whatsoever to change ->i_rdev
or the file type.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>1 parent e34d657 commit b577d0c
1 file changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
671 | 669 | | |
672 | | - | |
673 | | - | |
674 | 670 | | |
675 | 671 | | |
676 | 672 | | |
| |||
0 commit comments