http://bugzilla.kernel.org/show_bug.cgi?id=13536 Summary: crash while copying atime with touch Product: File System Version: 2.5 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: ReiserFS AssignedTo: reiserfs-devel@xxxxxxxxxxxxxxx ReportedBy: estellnb@xxxxxxxxx Regression: No Created an attachment (id=21910) --> (http://bugzilla.kernel.org/attachment.cgi?id=21910) files for which time could be changed + last file on which crash occurred The system suddenly powers off executing this little scriptlet: mount -t reiserfs /dev/sdb8 /mnt/ptgsuse mount -t reiserfs /dev/temp/ptgsuse /mnt/ptgsuse-new/ cd /mnt/ptgsuse find . -print0| while read -d $'\000' file; do echo $file >>/mnt/timestamped.ok touch -r "$file" -a "/mnt/ptgsuse-new/$file" done -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html