1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Restore the blank line incorrectly removed in r234104.

Pointed out by:	bde
This commit is contained in:
Jaakko Heinonen 2012-04-11 15:48:50 +00:00
parent 0fa391997a
commit e6b8bdf252
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234139

View File

@ -407,6 +407,7 @@ ext2_setattr(ap)
/* Disallow flags not supported by ext2fs. */ /* Disallow flags not supported by ext2fs. */
if(vap->va_flags & ~(SF_APPEND | SF_IMMUTABLE | UF_NODUMP)) if(vap->va_flags & ~(SF_APPEND | SF_IMMUTABLE | UF_NODUMP))
return (EOPNOTSUPP); return (EOPNOTSUPP);
if (vp->v_mount->mnt_flag & MNT_RDONLY) if (vp->v_mount->mnt_flag & MNT_RDONLY)
return (EROFS); return (EROFS);
/* /*