Re: [PATCH v2] Introduce the 'usertemp' filesystem type

2015-12-07 Thread Corinna Vinschen
On Dec 1 15:50, Johannes Schindelin wrote: > Hi Corinna, > > On Tue, 1 Dec 2015, Corinna Vinschen wrote: > > > On Dec 1 15:02, Johannes Schindelin wrote: > > > * mount.cc (mount_info::from_fstab_line): support mounting the > > > current user's temp folder as /tmp/. This is particularly > >

Re: [PATCH v2] Introduce the 'usertemp' filesystem type

2015-12-01 Thread Johannes Schindelin
Hi Corinna, On Tue, 1 Dec 2015, Corinna Vinschen wrote: > On Dec 1 15:02, Johannes Schindelin wrote: > > * mount.cc (mount_info::from_fstab_line): support mounting the > > current user's temp folder as /tmp/. This is particularly > > useful a feature when Cygwin's own files are

[PATCH v2] Introduce the 'usertemp' filesystem type

2015-12-01 Thread Johannes Schindelin
* mount.cc (mount_info::from_fstab_line): support mounting the current user's temp folder as /tmp/. This is particularly useful a feature when Cygwin's own files are write-protected. * pathnames.xml: document the new usertemp file system type Detailed explanation:

Re: [PATCH v2] Introduce the 'usertemp' filesystem type

2015-12-01 Thread Johannes Schindelin
... and here is the interdiff vs v1 (compare also to the 'pseudo Pull Request' at https://github.com/dscho/msys2-runtime/compare/tempfs-cygwin-v1-rebased...tempfs-cygwin-v2): diff --git a/winsup/cygwin/include/sys/mount.h b/winsup/cygwin/include/sys/mount.h index 458cf80..ec92794 100644 ---