All of lore.kernel.org
 help / color / mirror / Atom feed
* REISERFS_MAX_NAME and ENAMETOOLONG
@ 2005-08-22  9:42 Xuân Baldauf
  2005-08-22  9:50 ` Vladimir V. Saveliev
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Xuân Baldauf @ 2005-08-22  9:42 UTC (permalink / raw)
  To: reiserfs-list

Hello,

when downloading something from java.sun.com (e.g. 
http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=jdk-1.5.0-doc-oth-JPR&SiteId=JSC&TransactionId=noreg 
), very long URLs are encountered. When trying to download using "wget", 
wget tries to open a file with those long filenames, and fails with 
ENAMETOOLONG (File name too long).

I think that the limit is due to the REISERFS_MAX_NAME macro 
(http://lxr.linux.no/source/include/linux/reiserfs_fs.h?v=2.6.10#L1107), 
which currently resolves to "255" (which supposedly means 255 bytes).

Is it safe to change REISERFS_MAX_NAME to something larger, or does this 
change the disk layout in an unexpected or incompatible way?

Thanks,

Xuân Baldauf.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-30  8:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-22  9:42 REISERFS_MAX_NAME and ENAMETOOLONG Xuân Baldauf
2005-08-22  9:50 ` Vladimir V. Saveliev
2005-08-30  7:01   ` Jeff Mahoney
2005-08-30  8:33     ` Xuân Baldauf
2005-08-22 13:03 ` Chet Hosey
2005-08-22 14:13 ` michael chang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.