Camera formatted SD problem

2005-07-29 Thread Mukund JB.
Dear all,   I have a problem with mounting the SD cards formatted on the digital camera on my Linux BOX. I am using the 2.6.10 kernel on FC2. But I am able to mount and access the same devices on WinXP.   I think someone might have faced the same problem. Did u find some solution to this?

Re: [PATCH 1/7] shared subtree

2005-07-29 Thread Ram Pai
On Thu, 2005-07-28 at 02:57, Miklos Szeredi wrote: This is an example, where having struct pnode just complicates things. If there was no struct pnode, this function would be just one line: setting the shared flag. So your comment is mostly about getting rid of pnode and distributing

Re: [PATCH 1/7] shared subtree

2005-07-29 Thread Miklos Szeredi
static struct vfsmount *propagation_next(struct vfsmount *p, struct vfsmount *base) { /* first iterate over the slaves */ if (!list_empty(p-mnt_slave_list)) return first_slave(p); I think this code should be if