Style fix: spaces.
Cleanup the incomplete revert. Reported by: bde MFC after: 4 weeks
This commit is contained in:
parent
1bf9e66cbc
commit
5f3a9c4000
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252515
@ -1791,7 +1791,7 @@ ffs_vgetf(mp, ino, flags, vpp, ffs_flags)
|
||||
* already have one. This should only happen on old filesystems.
|
||||
*/
|
||||
if (ip->i_gen == 0) {
|
||||
ip->i_gen = arc4random()/2 + 1;
|
||||
ip->i_gen = arc4random() / 2 + 1;
|
||||
if ((vp->v_mount->mnt_flag & MNT_RDONLY) == 0) {
|
||||
ip->i_flag |= IN_MODIFIED;
|
||||
DIP_SET(ip, i_gen, ip->i_gen);
|
||||
|
Loading…
Reference in New Issue
Block a user