Re: Filesystem and files getting corrupted

2013-06-25 Thread María Soler Heredia
I'm really newbie and I don't know if this may help at all, but I googled corruption of the file system debug and found http://linux.die.net/man/8/debugfs Maybe you can give it a try if you haven't already, María. ___ Kernelnewbies mailing list

any value in pci_request_region_exclusive() routine?

2013-06-25 Thread Robert P. J. Day
poking around in memory allocation code and ran across this in drivers/pci/pci.c. first, there's this generic region request routine that accepts a final parameter as to whether it's an exclusive request: static int __pci_request_region(struct pci_dev *pdev, int bar, const char *res_name, int

Re: printk and kernel log

2013-06-25 Thread Valdis . Kletnieks
On Tue, 25 Jun 2013 12:04:08 +0300, Kevin Wilson said: Hi, You are right, thanks! disabling CONFIG_PRINTK_TIME prevented this timestamps. I believe they should have provide some sysfs entry for this, sorry they did not do so Well actually, there's a boot-time cmdline parameter:

Re: File system query

2013-06-25 Thread Valdis . Kletnieks
On Tue, 25 Jun 2013 09:56:43 +0300, Alexandru Juncu said: On 23 June 2013 17:18, Dibyayan Chakraborty dib.cool...@gmail.com wrote: Hi, I came by a really weird macro code in linux/jbd.h which is BUFFER_TRACE(bh,info) do{} while(0). Please explain the necessity of this. I'm not

Re: Filesystem and files getting corrupted

2013-06-25 Thread Valdis . Kletnieks
On Tue, 25 Jun 2013 12:28:15 +0200, meccoma...@gmail.com said: I'm really newbie and I don't know if this may help at all, but I googled corruption of the file system debug and found http://linux.die.net/man/8/debugfs That won't help you debug a filesystem - debugfs is *itself* a

File-system driver issue

2013-06-25 Thread Saket Sinha
I have to port a driver from 2.6.18 to 3.8.3 Look at the below declaration of current http://lxr.free-electrons.com/source/scripts/kconfig/gconf.c#L62 Where struct menu is http://lxr.free-electrons.com/source/scripts/kconfig/expr.h#L159 The above one is in kconfig while the lower one is in the

Re: File-system driver issue

2013-06-25 Thread Saket Sinha
Can you help me find the equivalent entry(I mean arch-specific definition) of current in 3.8.3 kernel which I think is missing. I think because of all this I am getting some strange warnings and error. On Wed, Jun 26, 2013 at 10:28 AM, Rohan Puri rohan.pur...@gmail.com wrote: On Wed, Jun 26,