Re: "Too many levels of symbolic links"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am 28.02.2014 21:35, schrieb Donald Buczek:

91298 2014-02-26T14:09:56.830542+01:00 kasslerbraten kernel: [195977.007955] pid 8644: put_mountpoint: mp=0000000000000006

At least this mystery is solved. My fault of course.

Missing argument in my DPRINTK("mp=%p");

Sorry!
  Donald


*** namespace.c 2014/02/21 14:41:22 1.1
--- namespace.c 2014/02/21 14:49:25
***************
*** 665,674 ****
--- 665,677 ----

  static void put_mountpoint(struct mountpoint *mp)
  {
+       DPRINTK("mp=%p");
+
        if (!--mp->m_count) {
                struct dentry *dentry = mp->m_dentry;
                spin_lock(&dentry->d_lock);
                dentry->d_flags &= ~DCACHE_MOUNTED;
+ DPRINTK("cleared mounted on dentry=%p %.*s",dentry, dentry->d_name.len, dentry->d_name.name);
                spin_unlock(&dentry->d_lock);
                list_del(&mp->m_hash);
                kfree(mp);





--
Donald Buczek
buczek@xxxxxxxxxxxxx
Tel: +49 30 8413 1433


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


[Index of Archives]     [Linux Filesystem Development]     [Linux Ext4]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux