[Bugme-new] [Bug 8938] New: inotify bug - can't move file

bugme-daemon at bugzilla.kernel.org bugme-daemon at bugzilla.kernel.org
Sat Aug 25 07:37:02 PDT 2007


http://bugzilla.kernel.org/show_bug.cgi?id=8938

           Summary: inotify bug - can't move file
           Product: IO/Storage
           Version: 2.5
     KernelVersion: 2.6.22.5
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: blocking
          Priority: P1
         Component: Other
        AssignedTo: io_other at kernel-bugs.osdl.org
        ReportedBy: patrick.matthaei at web.de


Most recent kernel where this bug did not occur: Anyone around 2.6.22.x
Distribution: Debian Sid
Hardware Environment: 32 bit System
Software Environment: ext3 filesystem
Problem Description:
I've got a file on my harddisk, which I can't move, delete or change their
rights.
Then I looked into my dmesg and found this entrys:


WARNING: at fs/inotify.c:172 set_dentry_child_flags()
 [<c0182b9c>] set_dentry_child_flags+0x10c/0x1a0
 [<c0182c80>] remove_watch_no_event+0x50/0x60
 [<c0182d98>] inotify_remove_watch_locked+0x18/0x50
 [<c0182f1c>] inotify_rm_wd+0x6c/0xb0
 [<c01836a8>] sys_inotify_rm_watch+0x38/0x60
 [<c01029da>] syscall_call+0x7/0xb
 =======================
WARNING: at fs/inotify.c:172 set_dentry_child_flags()
 [<c0182b9c>] set_dentry_child_flags+0x10c/0x1a0
 [<c018330e>] inotify_add_watch+0xfe/0x110
 [<c0183e61>] sys_inotify_add_watch+0x151/0x180
 [<c015d5de>] sys_stat64+0x1e/0x30
 [<c01541ed>] shmem_lock+0x6d/0x80
 [<c01029da>] syscall_call+0x7/0xb
 =======================


This is the file:

the-me:~# ls -l /var/lib/dpkg/info/bc.list
-rw-r--r-- 1 root root 511 2006-10-08 11:15 /var/lib/dpkg/info/bc.list
the-me:~# LC_ALL=en_GB chmod u+x /var/lib/dpkg/info/bc.list
chmod: changing permissions of `/var/lib/dpkg/info/bc.list': Operation not
permitted
the-me:~# LC_ALL=en_GB stat /var/lib/dpkg/info/bc.list
  File: `/var/lib/dpkg/info/bc.list'
  Size: 511             Blocks: 8          IO Block: 4096   regular file
Device: 301h/769d       Inode: 4243830     Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2007-08-25 16:28:13.000000000 +0200
Modify: 2006-10-08 11:15:29.000000000 +0200
Change: 2006-10-08 11:15:29.000000000 +0200
the-me:~# LC_ALL=en_GB cat /var/lib/dpkg/info/bc.list
/.
/usr
/usr/bin
/usr/bin/bc
/usr/share
/usr/share/doc
/usr/share/doc/bc
/usr/share/doc/bc/README
/usr/share/doc/bc/AUTHORS
/usr/share/doc/bc/copyright
/usr/share/doc/bc/examples
/usr/share/doc/bc/examples/ckbook.b
/usr/share/doc/bc/examples/pi.b
/usr/share/doc/bc/examples/primes.b
/usr/share/doc/bc/examples/twins.b
/usr/share/doc/bc/changelog.gz
/usr/share/doc/bc/NEWS.gz
/usr/share/doc/bc/changelog.Debian.gz
/usr/share/menu
/usr/share/menu/bc
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/bc.1.gz


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the Bugme-new mailing list