Well it's part of the ext2fs, man chattr goes:
When a file with the `u' attribute set is deleted, its
contents is saved. This allows the user to ask for its
undeletion.
Hmm.. I guess I should update the man page. The user-side code to set
the attribute was written, but the kernel-side support for the attribute
hasn't been done yet.
- Ted