PDA

View Full Version : [Fixed] vfs chattr broke


tuff
01-26-2004, 04:53 AM
vfs chattr wont write any info above position 5

vfs chattr $realdir 4 "Hello"

works perfectly, anything over 4 and it fails to chattr

darkone
01-26-2004, 04:33 PM
Yep, seems like there was a problem with routine that seeks for new values from directory context. It caused only one context per directory to work properly.