Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2007 14:54:54 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 131880 for review
Message-ID:  <200712281454.lBSEssoN016890@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131880

Change 131880 by rdivacky@rdivacky_witten on 2007/12/28 14:54:19

	Two more.

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_at/sys/kern/vfs_syscalls.c#56 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_at/sys/kern/vfs_syscalls.c#56 (text+ko) ====

@@ -2370,9 +2370,9 @@
 kern_lstatat(struct thread *td, int fd, const char *path, enum uio_seg pathseg,
     struct stat *sbp)
 {
-	struct nameidata nd;
 	struct vnode *vp;
 	struct stat sb;
+	struct nameidata nd;
 	int error, vfslocked;
 
 	NDINIT_AT(&nd, LOOKUP, 0 | NOFOLLOW | LOCKLEAF |
@@ -2750,7 +2750,6 @@
 }
 
 /*
- *
  * Common implementation code for chmod(), lchmod() and fchmod().
  */
 static int



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712281454.lBSEssoN016890>