->pid in filesystem code

From: Steve French (smfrench_at_austin.rr.com)
Date: 08/29/03

  • Next message: Pau Aliagas: "No DMA in 2.6.0test4"
    Date:	Fri, 29 Aug 2003 02:05:57 -0500
    To: linux-kernel@vger.kernel.org
    
    

    Yes the cifs vfs code was using current->pid in multiple places and in
    about five of the places the meaning
    really was process id, and thus presumably better to change this to
    current->tgid. I have made the change
    from pid to tgid for those places in the bk tree for the cifs vfs
    (http://cifs.bkbits.net/linux-2.5cifs) and will try them out.

    The locking tests needed to be rerun anyway.

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Pau Aliagas: "No DMA in 2.6.0test4"